Sign inSign up

cryingsun/udp2raw

By cryingsun

Updated 9 months ago

A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket.

Image
0

637

cryingsun/udp2raw repository overview

A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket, helps you Bypass UDP FireWalls(or Unstable UDP Environment).

When used alone,udp2raw tunnels only UDP traffic. Nevertheless,if you used udp2raw + any UDP-based VPN together,you can tunnel any traffic(include TCP/UDP/ICMP),currently OpenVPN/L2TP/ShadowVPN and tinyfecVPN are confirmed to be supported.



source repository: https://github.com/wangyu-/udp2raw

Startup

# server

docker run -d \
    --name udp2raw \
    --network=host \
    --cap-add=NET_ADMIN \
    cryingsun/udp2raw:[tag] \
    -s -l 0.0.0.0:4096 -r 127.0.0.1:7777 -k "passwd" --raw-mode faketcp -a

#client

docker run -d \
    --name udp2raw \
    --network=host \
    --cap-add=NET_ADMIN \
    cryingsun/udp2raw:[tag] \
    -c -l 0.0.0.0:3333 -r44.55.66.77:4096 -k "passwd" --raw-mode faketcp -a

Tag summary

Content type

Image

Digest

sha256:49ee0fe22

Size

5.5 MB

Last updated

9 months ago

docker pull cryingsun/udp2raw