From 64c71f8928cd6722805e51bc9fe7418b0d509e21 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 4 Mar 2021 17:48:26 +0300 Subject: [PATCH] install_easy: do not clear pf root --- install_easy.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install_easy.sh b/install_easy.sh index 9d598d4..6040c43 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -1153,13 +1153,11 @@ install_openwrt() -remove_macos_firewall() +remove_pf_zapret_hooks() { echo \* removing zapret PF hooks pf_anchors_clear - pf_anchor_root_del - pf_anchor_root_reload } service_install_macos() { @@ -1207,7 +1205,7 @@ install_macos() ask_config_desktop ask_config service_install_macos - remove_macos_firewall + remove_pf_zapret_hooks macos_fw_reload_trigger_clear # gzip lists are incompatible with PF GZIP_LISTS=0 write_config_var GZIP_LISTS