udphole

Basic UDP wormhole proxy
git clone git://git.finwo.net/app/udphole
Log | Files | Refs | README | LICENSE

commit ef77b1ffb134ba340fff1cd95d4a8d79369e6e1d
parent 09b174ac49da221c68eaaedecba2bea56c9f9ac1
Author: Robin Bron <robin.bron@yourhosting.nl>
Date:   Sun,  1 Mar 2026 15:34:32 +0100

v1.1.0

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SRC:= # UNAME_SYSTEM=$(call lc,$(shell uname -s)) BIN?=udphole -VERSION?=1.0.0 +VERSION?=1.1.0 CC:=gcc CPP:=g++