Skip to content
New issue

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 代理服务器。 #664

Open
herokucom2 opened this issue Feb 16, 2025 · 1 comment

Comments

@herokucom2
Copy link

大家好!

我需要运行 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 运行多个实例时是否有数量限制?

如果有任何建议,非常感谢!🙏

@jeram555
Copy link

矿佬?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants