Improve rules config option help message

This commit is contained in:
Daniel
2021-09-17 22:03:43 +02:00
parent acbb3840b4
commit 8b489f4c26

View File

@@ -169,6 +169,7 @@ func registerConfiguration() error {
- By address: "192.168.0.1"
- By network: "192.168.0.1/24"
- By network scope: "Localhost", "LAN" or "Internet"
- By domain:
- Matching a distinct domain: "example.com"
- Matching a domain with subdomains: ".example.com"
@@ -176,6 +177,7 @@ func registerConfiguration() error {
- Matching with a wildcard suffix: "example.*"
- Matching domains containing text: "*example*"
- By country (based on IP): "US"
- By AS number: "AS123456"
- By filter list - use the filterlist ID prefixed with "L:": "L:MAL"
- Match anything: "*"