|
@ -593,6 +593,8 @@ zapret_do_firewall() |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|
[ "$1" = 0 ] && unprepare_tpws_fw |
|
|
[ "$1" = 0 ] && unprepare_tpws_fw |
|
|
|
|
|
|
|
|
|
|
|
return 0 |
|
|
} |
|
|
} |
|
|
zapret_apply_firewall() |
|
|
zapret_apply_firewall() |
|
|
{ |
|
|
{ |
|
@ -634,6 +636,8 @@ zapret_do_daemons() |
|
|
existf zapret_custom_daemons && zapret_custom_daemons $1 |
|
|
existf zapret_custom_daemons && zapret_custom_daemons $1 |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
zapret_run_daemons() |
|
|
zapret_run_daemons() |
|
|