mirror of
https://github.com/openwrt/packages.git
synced 2025-10-10 19:41:29 +00:00
This version is the final version supporting iptables and: * it separates the old iptables/nft-capable init script from the new nft-only init script * the new nft-script is a significant rewrite of the old recursive calls/policy parsing and tries to create inline nft sets which offers performance improvements Signed-off-by: Stan Grishin <stangri@melmac.ca>
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
config pbr 'config'
|
|
option enabled '0'
|
|
option verbosity '2'
|
|
option strict_enforcement '1'
|
|
option resolver_set 'dnsmasq.ipset'
|
|
list resolver_instance '*'
|
|
option ipv6_enabled '0'
|
|
list ignored_interface 'vpnserver'
|
|
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'
|
|
list webui_supported_protocol 'tcp'
|
|
list webui_supported_protocol 'udp'
|
|
list webui_supported_protocol 'tcp udp'
|
|
list webui_supported_protocol 'icmp'
|
|
|
|
config include
|
|
option path '/usr/share/pbr/pbr.user.aws'
|
|
option enabled 0
|
|
|
|
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'
|
|
option src_port '8096 8920 32400'
|
|
option enabled '0'
|
|
|
|
config policy
|
|
option name 'Plex/Emby Remote Servers'
|
|
option interface 'wan'
|
|
option dest_addr 'plex.tv my.plexapp.com emby.media app.emby.media tv.emby.media'
|
|
option enabled '0'
|
|
|
|
config policy
|
|
option name 'WireGuard Server'
|
|
option interface 'wan'
|
|
option src_port '51820'
|
|
option chain 'OUTPUT'
|
|
option proto 'udp'
|
|
option enabled '0'
|