Skip to content

Instantly share code, notes, and snippets.

@mfat
mfat / pbr.txt
Created September 3, 2023 14:23
Openwrt PBR policy for routing popular blocked services to openvpn interface "ovpn"
config pbr 'config'
option verbosity '2'
option strict_enforcement '1'
option ipv6_enabled '0'
list ignored_interface 'vpnserver'
list ignored_interface 'wgserver'
option boot_timeout '30'
option rule_create_option 'add'
option procd_reload_delay '1'