prof7bit / udp-reverse-tunnel

Create an UDP-over-UDP reverse tunnel to make a VPN server behind (CG-)NAT accessible from the outside
30 stars 13 forks source link

This is amazing #5

Open OliverOffing opened 1 month ago

OliverOffing commented 1 month ago

And works perfectly well. Thank you so much @prof7bit!

freecode505 commented 3 weeks ago

@OliverOffing What are the client and server commands, how should they work?

freecode505 commented 3 weeks ago

Hello, how should it work?

Server:

./udp-tunnel -l 9092

customer

/udp-tunnel -o 51.79.84.21:9092 -s 127.0.0.1:445 -t 10

127.0.0.1:445

Is the listener for my ovpn server in UDP? true but I can't make a connection on this port