SS ping值非常快但用起来很慢解决方法
见 https://github.com/shadowsocks/shadowsocks-libev/issues/1690
阿里云的 resolvconf 配置 加了一行 options timeout:2 attempts:3 rotate single-request-reopen 引发了c-ares 的 bug,可以按照下面步骤解决:
1,编辑resolv.conf文件
vi /etc/resolv.conf
2,注释掉option那一行:
#options timeout:1 attempts:1 rotate
或者删除所有配置,改成:
nameserver 8.8.8.8 nameserver 8.8.4.43,重启ss即可解决。
码字很辛苦,转载请注明来自.小东博客 .的《SS ping值非常快但用起来很慢解决方法 》
05-24
4902人浏览
学习了