udphole

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

commit 0dc05c2ae0bb46242c889c4f75f3799198c0fcfa
parent 4b6ce30b35a54267fdcf95ad7992af31387ca3f0
Author: Robin Bron <robin.bron@yourhosting.nl>
Date:   Sun,  1 Mar 2026 14:14:23 +0100

v1.0.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?=0.1.0 +VERSION?=1.0.0 CC:=gcc CPP:=g++