docker-easyconnect
docker-easyconnect copied to clipboard
访问报500错误
如果代理的是域名,比如*.edu.cn这种会报如下错误
Unable to connect
Tinyproxy was unable to connect to the remote web server.
Generated by tinyproxy version 1.10.0.
如果代理ip访问是正常的。
docker创建时提示如下
WARNING: logging deactivated (can't log to stdout when daemonized)
iptables v1.8.2 (nf_tables): Chain 'MASQUERADE' does not exist
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.8.2 (nf_tables): Couldn't load match `state':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
iptables: Invalid argument. Run `dmesg' for more information.
auto login is disabled
已解决,在容器内添加一个dns地址即可
添加dns好像也不行,后面又出现这个问题,添加dns还是不行
我也出现了这个问题,请问解决了不