fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.46k stars 13.37k forks source link

http跳转的p2p模式 #2771

Closed konijiji closed 2 years ago

konijiji commented 2 years ago

Describe the feature request

希望增加一个http跳转的p2p模式,就是把xxx.com定向到服务器ip,访问者访问http://xxx.com,服务器返回301跳转到http://路由器ip:port,这样访问者不用安装frp也可以p2p传输。

比如客户端有一个web服务是192.168.1.1:80,frp经过运营商nat后是1.1.1.1:12345,在服务器的frp能自动更新客户端的ip和端口信息。访问者直接访问http://xxx.com,xxx.com的ip指向服务器,服务器的frp返回301跳转到1.1.1.1:12345,这样访问者就可以直接访问到web服务,访问者也不用安装frp程序就可以直连web,这对一些web文件服务很有用

大多数运营商nat都是full clone nat。。。。

Describe alternatives you've considered

No response

Affected area

fatedier commented 2 years ago

建议可以使用 DDNS。

konijiji commented 2 years ago

建议可以使用 DDNS。

和ddns不一样,我的意思是客户端frp将孔打好,然后服务端frp实现301跳转到这个孔。 比如客户端有一个web服务是192.168.1.1:80,frp经过运营商nat后是1.1.1.1:12345,在服务器的frp能自动更新客户端的ip和端口信息。访问者直接访问http://xxx.com,xxx.com的ip指向服务器,服务器的frp返回301跳转到1.1.1.1:12345,这样访问者就可以直接访问到web服务,访问者也不用安装frp程序就可以直连web,这对一些web文件服务很有用

github-actions[bot] commented 2 years ago

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.