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.4 3,重启ss即可解决。