wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
7.3k stars 1.17k forks source link

Client multi listen port #403

Open RockyLOMO opened 3 years ago

RockyLOMO commented 3 years ago

Can single udp2raw client process bind multi local port?

一个 udp2raw client 是否支持多个本地端口绑定?还是只能开多个 udp2raw client 进程?

wangyu- commented 3 years ago

No it can't, you have to run multiple udp2raw clients.

只能开多个。