Acris / docker-shadowsocks-libev

Build a docker image for shadowsocks-libev with v2ray-plugin, based on Alpine Linux.
https://hub.docker.com/r/acrisliu/shadowsocks-libev/
MIT License
303 stars 95 forks source link

Randomly unable to resolve cloudflare DNS "1dot0dot0dot1.clouldflare-dns.com" #25

Closed lobstergy closed 3 years ago

lobstergy commented 3 years ago

Hi Acris,

I've been using your plan, ss docker server + asus router with merlin, for a long time, most of the time works like a charm until recently, it's down.

Login server, check logs with "docker logs shadowsocks-libev -f --tail 5", errors show as below: 2021/02/21 11:18:31 tcp:223.73.209.84:25203 accepted tcp:127.0.0.1:0 2021/02/21 11:18:31 tcp:112.97.55.215:21208 accepted tcp:127.0.0.1:0 2021-02-21 11:18:31 ERROR: unable to resolve 1dot0dot0dot1.clouldflare-dns.com 2021/02/21 11:18:32 tcp:112.97.55.215:21208 accepted tcp:127.0.0.1:0 2021-02-21 11:18:32 ERROR: unable to resolve 1dot0dot0dot1.clouldflare-dns.com 2021/02/21 11:18:33 tcp:223.73.209.84:25289 accepted tcp:127.0.0.1:0 ...

I'm not sure is it because the Cloudflare DNS is down or block, I'd updated the server docker image by "docker pull acrisliu/shadowsocks-libev", the connection improves a little but still randomly unreachable.

Please check if it's necessary to change the docker image's DNS resolver or whatever you think is suitable. Thanks.

lobstergy commented 3 years ago

My bad, the problem solved by changing the clients' remote DNS server. Sorry for the false alarm. 😊