mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-27 04:40:34 +03:00
settings: Add new options on "Reset settings" dialog
This commit is contained in:
@@ -181,5 +181,17 @@ function set_cfg_default_values
|
||||
commit $cfgname
|
||||
EOF
|
||||
fi
|
||||
if echo "$opt_flags" | grep -q "(enable_custom_d)"; then
|
||||
uci batch <<-EOF
|
||||
set $cfgname.config.DISABLE_CUSTOM='0'
|
||||
commit $cfgname
|
||||
EOF
|
||||
fi
|
||||
if echo "$opt_flags" | grep -q "(disable_custom_d)"; then
|
||||
uci batch <<-EOF
|
||||
set $cfgname.config.DISABLE_CUSTOM='1'
|
||||
commit $cfgname
|
||||
EOF
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -13,6 +13,11 @@ opt_strat=$2
|
||||
if echo "$opt_flags" | grep -q "(reset_ipset)"; then
|
||||
restore_all_ipset_cfg
|
||||
fi
|
||||
|
||||
if echo "$opt_flags" | grep -q "(erase_autohostlist)"; then
|
||||
: > $ZAPRET_BASE/ipset/zapret-hosts-auto.txt
|
||||
: > $ZAPRET_BASE/ipset/zapret-hosts-auto-debug.log
|
||||
fi
|
||||
|
||||
create_default_cfg "$opt_flags" "$opt_strat"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user