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

[疑惑]请问一下可以简单介绍一个server和local的工作原理写在readme里面吗? #21

Open
zc-work opened this issue May 28, 2023 · 1 comment

Comments

@zc-work
Copy link

zc-work commented May 28, 2023

试用过作者的程序,非常好用,感觉非常厉害👍,十分佩服。

不是很懂go程序,看了很久没明白server和local的工作原理。一般来说代理服务好像只需要在服务侧跑一个程序就好了,为啥要分server和local两个呢?没太明白,求解释。

想要实现server和local都运行在服务器,然后只需要服务器开放一个端口就可以进行代理。不知道这种模式行不行呀?

@ls0f
Copy link
Owner

ls0f commented May 29, 2023

是可行的。

Local本地是跑的socks5 和 http代理协议,但如果直接放在服务端跑,这个流量特征太明显了,容易被识别阻断。

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