liuweiqing (@14790897) 在 docker运行openwrt后,宿主机会出现dns解析错误,求助 中发帖
docker运行openwrt后,宿主机会对某些网站出现dns解析错误
Google,YouTube正常,但请求binance会返回0.0.0.0,请求okx会返回169.254.0.2
➜ ~ curl -v "https://www.okx.com"
* Trying 169.254.0.2:443...
^C
➜ ~ curl -v "https://www.binance.com"
* Trying 0.0.0.0:443...
* connect to 0.0.0.0 port 443 failed: 拒绝连接
* Trying [::]:443...
* connect to :: port 443 failed: 拒绝连接
* Failed to connect to www.binance.com port 443 after 16 ms: Cou...