2017-07-29 21:22:13 +08:00
2017-07-19 00:52:33 +08:00
2017-07-19 00:52:33 +08:00
2017-07-29 21:22:13 +08:00
2017-07-29 21:22:13 +08:00
2017-07-29 20:58:38 +08:00
2017-07-29 20:32:26 +08:00
2017-07-11 18:01:11 +08:00
2017-07-29 20:32:26 +08:00
2017-07-28 23:24:49 +08:00
2017-07-29 21:22:13 +08:00
2017-07-29 20:58:38 +08:00
2017-07-25 01:55:30 +08:00
2017-07-25 01:55:30 +08:00
2017-07-29 20:58:38 +08:00
2017-07-29 20:32:26 +08:00
2017-07-26 18:53:40 +08:00

udp2raw-tunnel

udp2raw tunnel (udp to tcp with fake tcp header)

#usage

client: -A INPUT -s 44.55.66.77/32 -p tcp -m tcp --sport 9999 -j DROP

./raw -l 127.0.0.1:6666 -r44.55.66.77:9999 -c --source-ip 192.168.1.100

server: -A INPUT -p tcp -m tcp --dport 9999 -j DROP

./raw -l44.55.66.77:9999 -r 127.0.0.1:5555 -s

Description
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)
Readme 6.8 MiB
Languages
C++ 43.5%
C 29.5%
Roff 25.6%
Makefile 0.7%
Shell 0.4%
Other 0.2%