ffay / lanproxy

lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 736294209
https://nat.nioee.com
5.65k stars 1.53k forks source link

proxy-server behind NGINX #133

Open falmanna opened 4 years ago

falmanna commented 4 years ago

Hello,

I am wondering, is it possible to set up the proxy-server behind a load balancer like NGINX? So the setup will be as follows: User <--> NGINX <--> Proxy-server <--> NGINX <--> Proxy-client Both users and Proxy-client will communicate with Proxy-server over NGINX.

I tried to set it up with correct port forwarding, but it seems that the TCP connections from Proxy-client are getting dropped before reaching Proxy-server

Thanks

ffay commented 4 years ago

User <--> NGINX <--> Proxy-server has supported Proxy-server <--> NGINX <--> Proxy-client is not supported yet