0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-30 02:31:16 +00:00
zapret/init.d/macos/custom.d.examples/90-inherit-tpws-socks

19 lines
358 B
Plaintext

# this custom script applies tpws-socks mode as it would be with MODE=tpws-socks
OVERRIDE=tpws-socks
zapret_custom_daemons()
{
# $1 - 1 - run, 0 - stop
MODE_OVERRIDE=$OVERRIDE zapret_do_daemons $1
}
zapret_custom_firewall_v4()
{
MODE_OVERRIDE=$OVERRIDE pf_anchor_zapret_v4
}
zapret_custom_firewall_v6()
{
MODE_OVERRIDE=$OVERRIDE pf_anchor_zapret_v6
}