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
目标效果: 本地服务上启动一个Goproxy,另一台服务器上也启动一台,构成二级代理; 本地服务通过不固定的IP和指定端口进行tcp访问时,流量被本地服务器的Goproxy拦截,然后转发至另外一台服务的Goproxy,并由另外一台Goproxy完成对目标IP的TCP连接;
The text was updated successfully, but these errors were encountered:
redsocks + iptables 可以完成你的本地goproxy的功能
这里有个demo: https://github.com/lowzj/devcontiner-socks
这里redsocks应该可以也用GoProxy替换,未测试。
Sorry, something went wrong.
No branches or pull requests
目标效果:
本地服务上启动一个Goproxy,另一台服务器上也启动一台,构成二级代理;
本地服务通过不固定的IP和指定端口进行tcp访问时,流量被本地服务器的Goproxy拦截,然后转发至另外一台服务的Goproxy,并由另外一台Goproxy完成对目标IP的TCP连接;
The text was updated successfully, but these errors were encountered: