Added definitions for firewall filters #92

This commit is contained in:
tomaae 2021-04-12 11:38:16 +02:00
parent 4376e9c75c
commit ccdad5f504
3 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,8 @@ CONF_SENSOR_NAT = "sensor_nat"
DEFAULT_SENSOR_NAT = False
CONF_SENSOR_MANGLE = "sensor_mangle"
DEFAULT_SENSOR_MANGLE = False
CONF_SENSOR_FILTER = "sensor_filter"
DEFAULT_SENSOR_FILTER = False
CONF_SENSOR_PPP = "sensor_ppp"
DEFAULT_SENSOR_PPP = False
CONF_SENSOR_KIDCONTROL = "sensor_kidcontrol"