156 current 2025-10-09 12:56:31 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -84,8 +84,8 @@ in
|
||||
|
||||
# bind to network interface but allow local access to webui
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -F QBIT
|
||||
iptables -X QBIT
|
||||
iptables -F QBIT 2>/dev/null || true
|
||||
iptables -X QBIT 2>/dev/null || true
|
||||
iptables -N QBIT
|
||||
iptables -A OUTPUT -m owner --uid-owner ${toString cfg.ids} -j QBIT
|
||||
iptables -A QBIT -o ${cfg.vpn_inf} -j ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user