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

我对使用 KCP 隧道设置反向代理的可能性感到有些困惑。 #448

Open
goldragon57 opened this issue Apr 4, 2024 · 2 comments

Comments

@goldragon57
Copy link

我是一名 kcg-ml 开发人员。 由于大量数据传输,我们在连接服务器时遇到了一些问题,经常出现连接失败的情况。因此,我们找到了使用 kcp 隧道和 gost 的解决方案。

因此,我们必须使用 kcp 隧道来设置反向代理。经过多次尝试,我发现无法按照指南完成设置,链接如下:
https://gost.run/en/tutorials/reverse-proxy/#remote-port-forwarding

我觉得可能是我操作上出现了一些失误。我想知道是否可以使用 kcp 隧道来设置反向代理。

希望你们能够帮助我消除困惑。感谢

@egg1234
Copy link

egg1234 commented Apr 12, 2024

你可以参考这个issue讨论的配置 https://github.com/go-gost/gost/issues/ 418

@woodlyer
Copy link

see this example.
https://github.com/woodlyer/gostExample

:80 is port on server.
:8080 is port on local. and you can use 192.168.1.1:8080 point it to another pc.

gost -L relay+kcp://:9000?bind=true
gost -L rtcp://:80/:8080 -F relay+kcp://server.com:9000

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

3 participants