Skip to content

Instantly share code, notes, and snippets.

View BoskyWSMFN's full-sized avatar

Alexander Goldvarg BoskyWSMFN

  • Moscow, Russia
View GitHub Profile
@BoskyWSMFN
BoskyWSMFN / wireguard-over-tcp.md
Created June 19, 2021 21:08
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