dndx / phantun

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Apache License 2.0
1.58k stars 128 forks source link

about remote mode #115

Closed reusu closed 12 months ago

reusu commented 1 year ago

The program will start a TUN network card for communication Do you have an idea of a mode that can directly establish a p2p TUN network card through udp (fake tcp) without forwarding just direct communication?

dndx commented 1 year ago

Similar to https://github.com/dndx/phantun/issues/60?]

Short: it is possible, but it is not a priority for me ATM.