Skip to content

Commit

Permalink
$network modifier description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vbagirov committed Aug 3, 2023
1 parent 71cd8cb commit 1ce12cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,8 @@ This is basically a Firewall-like rule allowing to fully block or unblock access

We recommend to get acquainted with this [article](#regexp-support) for better understanding of regular expressions.

`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones.

**Examples**

* `174.129.166.49:3478^$network` blocks access to `174.129.166.49:3478` (but not to `174.129.166.49:34788`).
Expand Down

0 comments on commit 1ce12cf

Please sign in to comment.