feat: add declarative sing-box egress control plane

This commit is contained in:
2026-08-27 00:58:52 +05:00
commit b8d19b2c3e
54 changed files with 3337 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.PHONY: test compile check package
PYTHON ?= python3
test:
$(PYTHON) -m unittest discover -s tests -v
compile:
$(PYTHON) -m compileall -q src tests
check: compile test
package:
dpkg-buildpackage -us -uc -b