-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Here is my setup:
- A client: a mobile phone fully under NAT
- A server: a container, under NAT as well, but with several ports exposed to the internet.
I was able to create a tunnel between them using the following commands:
# Generate server and client config
./wiretap configure --routes 0.0.0.0/0 --outbound --endpoint SERVER_IP:SERVER_PORT --simple
# Run server inside container
./wiretap serve -f wiretap_server.conf --simple --port SERVER_PORTIt works fine, but now I'm not sure how to add more clients to the same server: the config seems to accept only a single peer. Is it possible to have more clients in such setup? If not, is it possible to be implemented?
Transfusion and karolba
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request