gg -n socks://admin:123@127.0.0.1:10810 curl 4.ipw.cn
123.123.123.123
gg -n socks://127.0.0.1:10810 curl 4.ipw.cn
123.123.123.123
gg -n http://127.0.0.1:10810 curl 4.ipw.cn
123.123.123.123
gg -n http://admin:123@127.0.0.1:10810 curl 4.ipw.cn
FATA[0000] GetDialer:unable to connect to the proxy node: connectivity test failed: Get "https://connectivitycheck.gstatic.com/generate_204": connect server using proxy error, StatusCode [407]
gg -n -vv http://admin:123@127.0.0.1:10810 curl 4.ipw.cn
FATA[0000] exec.LookPath:exec: "http://admin:123@127.0.0.1:10810": stat http://admin:123@127.0.0.1:10810: no such file or directory
以下三种方式均可以成功:
当使用 http 需要指定账号密码时,出现了错误