We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f6a8d commit ff31731Copy full SHA for ff31731
1 file changed
configs/files/etc/uci-defaults/99-default-settings
@@ -305,7 +305,7 @@ service bcp38 enable
305
### ---------------------------------------------------------------------------------------- ###
306
### BANIP: https://github.com/openwrt/packages/blob/master/net/banip/files/README.md ###
307
308
-if [ $BANIP = "false" ]; then
+if [ $BANIP = "true" ]; then
309
uci -q batch <<-EOF
310
set banip.global.ban_enabled='0'
311
set banip.global.ban_trigger='wan'
0 commit comments