mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
install_easy: do not clear pf root
This commit is contained in:
parent
4dd0524929
commit
64c71f8928
@ -1153,13 +1153,11 @@ install_openwrt()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
remove_macos_firewall()
|
remove_pf_zapret_hooks()
|
||||||
{
|
{
|
||||||
echo \* removing zapret PF hooks
|
echo \* removing zapret PF hooks
|
||||||
|
|
||||||
pf_anchors_clear
|
pf_anchors_clear
|
||||||
pf_anchor_root_del
|
|
||||||
pf_anchor_root_reload
|
|
||||||
}
|
}
|
||||||
service_install_macos()
|
service_install_macos()
|
||||||
{
|
{
|
||||||
@ -1207,7 +1205,7 @@ install_macos()
|
|||||||
ask_config_desktop
|
ask_config_desktop
|
||||||
ask_config
|
ask_config
|
||||||
service_install_macos
|
service_install_macos
|
||||||
remove_macos_firewall
|
remove_pf_zapret_hooks
|
||||||
macos_fw_reload_trigger_clear
|
macos_fw_reload_trigger_clear
|
||||||
# gzip lists are incompatible with PF
|
# gzip lists are incompatible with PF
|
||||||
GZIP_LISTS=0 write_config_var GZIP_LISTS
|
GZIP_LISTS=0 write_config_var GZIP_LISTS
|
||||||
|
Loading…
Reference in New Issue
Block a user