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.71k stars 138 forks source link

Openwrt support? #107

Closed wuyifan66 closed 1 year ago

wuyifan66 commented 1 year ago

On x86_64 openwrt platform. RUST_LOG=info ./phantun_server --local 7777 --remote 127.0.0.1:1234

-bash: ./phantun_server: cannot execute binary file: Exec format error

dndx commented 1 year ago

You probably downloaded the wrong architecture, download phantun_x86_64-unknown-linux-gnu.zip instead.