aboutsummaryrefslogtreecommitdiff
path: root/net/pbr/files/etc/config/pbr.iptables
diff options
context:
space:
mode:
Diffstat (limited to 'net/pbr/files/etc/config/pbr.iptables')
-rw-r--r--net/pbr/files/etc/config/pbr.iptables7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/pbr/files/etc/config/pbr.iptables b/net/pbr/files/etc/config/pbr.iptables
index c62712644..aa63e5edd 100644
--- a/net/pbr/files/etc/config/pbr.iptables
+++ b/net/pbr/files/etc/config/pbr.iptables
@@ -3,11 +3,12 @@ config pbr 'config'
option verbosity '2'
option strict_enforcement '1'
option resolver_set 'dnsmasq.ipset'
+ list resolver_instance '*'
option ipv6_enabled '0'
list ignored_interface 'vpnserver'
- list ignored_interface 'wgserver'
option boot_timeout '30'
option rule_create_option 'add'
+ option procd_boot_delay '0'
option procd_reload_delay '1'
option webui_show_ignore_target '0'
list webui_supported_protocol 'all'
@@ -24,6 +25,10 @@ config include
option path '/usr/share/pbr/pbr.user.netflix'
option enabled 0
+config include
+ option path '/usr/share/pbr/pbr.user.wg_server_and_client'
+ option enabled 0
+
config policy
option name 'Plex/Emby Local Server'
option interface 'wan'