udphole

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

commit 4b80796a8134d17659fd8b759ef93ada9094b3cd
parent c4f45d600cfb3312a687021c0d63031f428f7b5b
Author: Robin Bron <robin.bron@yourhosting.nl>
Date:   Sun,  8 Mar 2026 17:35:01 +0100

v1.3.12

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.3.11 +VERSION?=1.3.12 CC:=gcc CPP:=g++