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

Multiple listen to port? #4

Open hansyulian opened 7 months ago

hansyulian commented 7 months ago

In my gaming server, i would like to need to open several udp port at once. is it possible to do something like:

udp-tunnel -l 1234 -l 1235

?