mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Improve rule help
This commit is contained in:
parent
e6aba884ae
commit
af712382f8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ Set to 0 days to keep network history forever. Depending on your device, this mi
|
|||
rulesHelp := strings.ReplaceAll(`Rules are checked from top to bottom, stopping after the first match. They can match:
|
||||
|
||||
- By address: "192.168.0.1"
|
||||
- By network: "192.168.0.1/24"
|
||||
- By network: "192.168.0.0/24"
|
||||
- By network scope: "Localhost", "LAN" or "Internet"
|
||||
- By domain:
|
||||
- Matching a distinct domain: "example.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue