Rule | Description |
---|
HTTPS/GET/demo.linksmart.eu/443/sc and HTTPS/GET/demo.linksmart.eu/443/sc/#
| Allows - HTTP method GET
- using HTTPS
- on domain demo.linksmart.eu
- port 443
- on path sc and starting with sc
|
HTTPS/+/demo.linksmart.eu/443/# | Allows - all HTTP methods
- using HTTPS
- on domain demo.linksmart.eu
- port 443
- on any path
|
HTTPS/+/demo.linksmart.eu/443/sc/admin | Allows - all HTTP methods
- using HTTPS
- on domain demo.linksmart.eu
- port 443
- on path sc/admin
|
HTTPS/# | Allows |
MQTT/CON/mosquitto/1883/# MQTT/SUB/mosquitto/1883/nagios/test | Allows - Connecting to MQTT broker on backend host mosquitto (e.g. in a user-defined Docker network)
- Subscribing to topic nagios/test
|
WS/CONNECT/localhost/5059/#
| Allows - WebSocket connection to upstream service at localhost:5059
|