udphole

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

commit bf676533ab8ac03730f274fc05580bf3548e7590
parent 09aba578835be0f25a18fb79c6adc48b3f3fe06d
Author: finwo <finwo@pm.me>
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++