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
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu
systemctl daemon-reload >/dev/null 2>&1 || true
# Secrets, policy and last-good backups are deliberately preserved.
exit 0