initial commit

This commit is contained in:
2026-04-21 11:01:03 +02:00
commit e9a527b5de
19 changed files with 12675 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo subdir-objects
CXXFLAGS = -std=c++23 -Wall -I. -pthread -D_GNU_SOURCE=1
LDFLAGS = -pthread
sbin_PROGRAMS = helmetd
helmetd_SOURCES = server.cpp \
service.cpp service.hpp \
tunnel.cpp tunnel.hpp
run: helmetd
./helmetd
clean-local:
rm -rf autom4te.cache
rm -f *~
rm -f *.o