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

[Feature Request] how to visit switch through frp #2772

Closed peter2022 closed 2 years ago

peter2022 commented 2 years ago

Describe the feature request

how to visit switch or Optical Network Terminals Modem through frp?

Describe alternatives you've considered

No response

Affected area

Becods commented 2 years ago

Access your computer in LAN by SSH

# frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000

[switch]
type = tcp
local_ip = <Your switch IP>
local_port = 80
remote_port = 80
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.