-
-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Feature request: limit ports in clients for connecting to server or other clients for xtcp #1843
Comments
Can you write a more detailed design? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be great to see UPnP is implemented as suggested in #1823 for xtcp.
Besides UPnP, there are two other features that are usually left behind in soho routers: port forwarding and port triggering. They're used for exposing certain ports of private hosts to another network separated by a NAT, eg. for FTP, IRC, etc.
If a frp client can use only allowed ports to connect to frp server or other frp clients, then at least these ports can be configured to be exposed to outer networks if we have permissions to set port forwarding or port triggering in our own router.
An example for IRC authentication using port triggering is here https://en.wikipedia.org/wiki/Port_triggering#Example
The text was updated successfully, but these errors were encountered: