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

windows support ? #102

Open toplinuxsir opened 1 year ago

toplinuxsir commented 1 year ago

Phantun can run on windows os ? Thanks!

testcaoy7 commented 1 year ago

Windows does have WinTUN driver...

dndx commented 1 year ago

I don't think tokio-tun which we use supports WinTUN yet. If it is supported Windows support can certainly be considered, but the firewall situation will also need to be figured out.

Not a priority for me at the moment. Helps are welcomed.