udp2raw icon indicating copy to clipboard operation
udp2raw copied to clipboard

你好,请问在lan里面走代理服务器,用什么参数配置?

Open dkwmd opened this issue 5 years ago • 1 comments

连接图如下: [lan-pc] ---> [wireguard] ---> [u2r -c] ---> [lan proxy ip] <---> Internet ---> [u2r -s] ---> [wireguard] ---> [vpc]

现在是 udp2raw client 端如何指定 lan 内的代理 ip:端口 设置? 我查看了 Readme 和 --help 参数,没有找到 proxy 相关设置。 请问这个需求用什么方式能够实现?

dkwmd avatar Dec 17 '19 01:12 dkwmd

raw socket不能穿过tcp proxy。

[u2r -c] ---> [lan proxy ip] <---> Internet ---> [u2r -s]

这个结构是不可行的。

wangyu- avatar Jul 16 '20 03:07 wangyu-