parent
07d99b62b7
commit
973dad61b0
@ -1,6 +0,0 @@ |
||||
#!/bin/sh |
||||
ULA_PREFIX=$(uci -q get network.globals.ula_prefix) |
||||
[ -n "$ULA_PREFIX" ] || exit 0 |
||||
|
||||
ip6tables -I delegate_forward -s $ULA_PREFIX -m comment --comment "Enforce ULA-Border" -j zone_wan_dest_REJECT |
||||
ip6tables -I delegate_forward -d $ULA_PREFIX -m comment --comment "Enforce ULA-Border" -j zone_wan_dest_REJECT |
Loading…
Reference in new issue