Skip to content

Instantly share code, notes, and snippets.

View donaldzou's full-sized avatar
🍳
Making Breakfast

Donald Zou donaldzou

🍳
Making Breakfast
View GitHub Profile
@insdavm
insdavm / wireguard-over-tcp.md
Last active April 25, 2024 22:26
WireGuard over TCP with udptunnel

WireGuard over TCP with udptunnel

udptunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections.

Server

# udptunnel -s 443 127.0.0.1/51820

Client