V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
dingzi
V2EX  ›  分享创造

解决 google We're sorry... 报自动搜索错误

  •  
  •   dingzi · 2015-07-01 18:46:23 +08:00 · 2595 次点击
    这是一个创建于 3258 天前的主题,其中的信息可能已经有所发展或是发生改变。
    解决google We're sorry...

    ... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.



    我是用的linode的vps,新装的系统用不了多久就会被报错。

    我的解决办法是禁用 服务器的ipv6

    复制下面的代码执行就可以了

    echo "NETWORKING_IPV6=no" >> /etc/sysconfig/network
    echo "alias net-pf-10 off
    alias ipv6 off" >> /etc/modprobe.d/dist.conf
    echo "net.ipv6.conf.all.disable_ipv6=1
    net.ipv6.conf.default.disable_ipv6=1
    net.ipv6.conf.lo.disable_ipv6=1" >> /etc/sysctl.conf
    sysctl -p
    service network restart
    1 条回复
    dingzi
        1
    dingzi  
    OP
       2015-07-01 18:50:00 +08:00
    @Livid 是什么原因导致在首页不显示
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2434 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 12:27 · PVG 20:27 · LAX 05:27 · JFK 08:27
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.