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

@@ -8,7 +8,8 @@ import * as events from 'events';
export { path, fs, os, url, events };
// @push.rocks
import * as smartnftables from '@push.rocks/smartnftables';
import * as smartpath from '@push.rocks/smartpath';
import * as smartrust from '@push.rocks/smartrust';
export { smartpath, smartrust };
export { smartnftables, smartpath, smartrust };