dsnet / udptunnel

Daemon for creating a simple VPN over UDP.
BSD 3-Clause "New" or "Revised" License
172 stars 31 forks source link

how to bind specific tcp port on clinet side ? #9

Closed prxpostern closed 1 year ago

prxpostern commented 1 year ago

hi . is there a way to bind tcp port on client side in lictening mode ? so i will be able to forward my tcp packets over that specific binded port , from intern to destination server.

thanks

i mean like ssh local port forwarding.

dsnet commented 1 year ago

There's no support for that. This entire project exists to work around a faulty router that kept dropping persistent TCP connections.

If you want a point-to-point VPN, I highly recommend looking into https://tailscale.com/