feat(vpnserver): add nftables-backed destination policy enforcement for TUN mode

This commit is contained in:
2026-03-30 14:32:02 +00:00
parent e513f8686b
commit 8eb26e1920
7 changed files with 302 additions and 23 deletions

View File

@@ -29,6 +29,7 @@
],
"license": "MIT",
"dependencies": {
"@push.rocks/smartnftables": "1.1.0",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartrust": "^1.3.2"
},