mirror of https://github.com/bol-van/zapret/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
484 B
21 lines
484 B
# this script contain your special code to launch daemons and configure firewall
|
|
# use helpers from "functions" file
|
|
# in case of upgrade keep this file only, do not modify others
|
|
|
|
zapret_custom_daemons()
|
|
{
|
|
# $1 - 1 - run, 0 - stop
|
|
:
|
|
}
|
|
|
|
# custom firewall functions echo rules for zapret-v4 and zapret-v6 anchors
|
|
# they come after automated table definitions. so you can use <zapret> <zapret6> <zapret-user> ...
|
|
|
|
zapret_custom_firewall_v4()
|
|
{
|
|
:
|
|
}
|
|
zapret_custom_firewall_v6()
|
|
{
|
|
:
|
|
}
|
|
|