We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
转自: http://code.google.com/p/autoproxy/issues/detail?id=240
同样有这个问题,很困扰,望解决。
可以这样重现:
The text was updated successfully, but these errors were encountered:
同样问题。。。 比如一个ssh -D一个goagent 切换一下发现,没有切换过去,需要重启firefox才行 不过有时候切换一次有效,再切换回头,就不行了……
Sorry, something went wrong.
No branches or pull requests
转自: http://code.google.com/p/autoproxy/issues/detail?id=240
同样有这个问题,很困扰,望解决。
可以这样重现:
假设有两个 ssh 代理,比如:
local 127.0.0.1 7070
remote 192.168.1.2 7070
两个都是通过 ssh -D7070 启动的有效 socks5 代理。
都可以通过 global 模式访问。
选择 global 代理模式
在 choose proxy server 这里把 default proxy server 设为 local。
设置所有的代理规则都走 default proxy server。此时正常。
关闭 local 的 ssh 窗口,使 local 代理失效(remote 的仍然有效)。
此时若继续使用 local 会出现代理服务器拒绝连接,需切换到 remote 访问。
在 choose proxy server 这里,更改 default proxy server 为 remote。
问题出现
在设置 default proxy server 为 remote 之后,仍然会提示代理服务器拒绝连接。
也就是说,切换 default proxy server 无效。重启 firefox 可以生效。
The text was updated successfully, but these errors were encountered: