udphole

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

commit 3be552addb2b63435c5076bfc53d8abeeca12abb
parent 34255c71e52129921101ff1c5e1d5b80b026cb6a
Author: Robin Bron <robin.bron@yourhosting.nl>
Date:   Sun,  1 Mar 2026 21:44:56 +0100

v1.2.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.1.0 +VERSION?=1.2.0 CC:=gcc CPP:=g++