Skip to content

Commit ff31731

Browse files
committed
99-default: Fix banip: oppsie
Signed-off-by: Eliminater74 <eliminater74@gmail.com>
1 parent 33f6a8d commit ff31731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/files/etc/uci-defaults/99-default-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ service bcp38 enable
305305
### ---------------------------------------------------------------------------------------- ###
306306
### BANIP: https://github.com/openwrt/packages/blob/master/net/banip/files/README.md ###
307307
### ---------------------------------------------------------------------------------------- ###
308-
if [ $BANIP = "false" ]; then
308+
if [ $BANIP = "true" ]; then
309309
uci -q batch <<-EOF
310310
set banip.global.ban_enabled='0'
311311
set banip.global.ban_trigger='wan'

0 commit comments

Comments
 (0)