udphole

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

commit b3887b6535ac948761ae031230cae7f5782d5616
parent 4b5396a82ccf557d80810c5ec848c70a50940229
Author: Robin Bron <robin.bron@yourhosting.nl>
Date:   Tue,  3 Mar 2026 01:03:22 +0100

Sync build.yml with docker.yml build ecosystem

Diffstat:
M.github/workflows/build.yml | 4++--
MMakefile | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -74,11 +74,11 @@ jobs: run: dep install - if: matrix.cross - uses: uraimo/run-on-arch-action@v2 + uses: uraimo/run-on-arch-action@v3 name: Build with: arch: ${{ matrix.arch }} - distro: ubuntu_latest + distro: ubuntu24.04 githubToken: ${{ github.token }} install: | apt-get update -y diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SRC:= # UNAME_SYSTEM=$(call lc,$(shell uname -s)) BIN?=udphole -VERSION?=1.3.1 +VERSION?=1.3.2 CC:=gcc CPP:=g++