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
大家好!
我需要运行 100 个本地代理,每个代理都连接到其对应的 100 个远程 SOCKS5 代理。目前,我使用以下命令格式:
gost -L=http://:27550 -F=socks5://user:pass@remote_host:27550 gost -L=http://:27551 -F=socks5://user:pass@remote_host:27551 ...
其中:
-L=http://:27550 在本地端口 27550 创建一个 HTTP 代理。 -F=socks5://user:pass@remote_host:27550 连接到 remote_host:27550 上的远程 SOCKS5 代理。
问题:
我这样使用 -L 和 -F 进行代理转发是否正确? 我应该手动启动这些代理,还是使用脚本更好? gost 运行多个实例时是否有数量限制?
如果有任何建议,非常感谢!🙏
The text was updated successfully, but these errors were encountered:
矿佬?
Sorry, something went wrong.
No branches or pull requests
大家好!
我需要运行 100 个本地代理,每个代理都连接到其对应的 100 个远程 SOCKS5 代理。目前,我使用以下命令格式:
gost -L=http://:27550 -F=socks5://user:pass@remote_host:27550
gost -L=http://:27551 -F=socks5://user:pass@remote_host:27551
...
其中:
问题:
如果有任何建议,非常感谢!🙏
The text was updated successfully, but these errors were encountered: