prof7bit / udp-reverse-tunnel

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

UDP client server #6

Open freecode505 opened 3 months ago

freecode505 commented 3 months 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