mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Improve rule config help
This commit is contained in:
parent
58e467ac82
commit
df65d45ffd
1 changed files with 2 additions and 1 deletions
|
@ -303,7 +303,8 @@ Set to 0 days to keep network history forever. Depending on your device, this mi
|
|||
- Matching with a wildcard prefix: "*xample.com"
|
||||
- Matching with a wildcard suffix: "example.*"
|
||||
- Matching domains containing text: "*example*"
|
||||
- By country (based on IP): "US" (two-letter country codes according to ISO 3166-1 alpha-2)
|
||||
- By country (based on IP): "US" ([two-letter country codes according to ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2))
|
||||
- By continent (based on IP): "C:US" (prefix "AF", "AN", "AS", "EU", "NA", "OC", or "SA" with "C:")
|
||||
- By AS number: "AS123456"
|
||||
- By filter list - use the filterlist ID prefixed with "L:": "L:MAL"
|
||||
- Match anything: "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue