Added support for captive portal authorization data #200

This commit is contained in:
Tomaae 2022-05-26 09:41:00 +02:00
parent 39498f073b
commit 9f19740c92
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0
6 changed files with 76 additions and 1 deletions

View file

@ -41,6 +41,8 @@ CONF_SENSOR_PORT_TRAFFIC = "sensor_port_traffic"
DEFAULT_SENSOR_PORT_TRAFFIC = False
CONF_SENSOR_CLIENT_TRAFFIC = "sensor_client_traffic"
DEFAULT_SENSOR_CLIENT_TRAFFIC = False
CONF_SENSOR_CLIENT_CAPTIVE = "sensor_client_captive"
DEFAULT_SENSOR_CLIENT_CAPTIVE = False
CONF_SENSOR_SIMPLE_QUEUES = "sensor_simple_queues"
DEFAULT_SENSOR_SIMPLE_QUEUES = False
CONF_SENSOR_NAT = "sensor_nat"