From 1ce12cf491a21bdf394f7ea204932fc3e65a70de Mon Sep 17 00:00:00 2001 From: Vasily Bagirov Date: Thu, 3 Aug 2023 20:41:33 +0300 Subject: [PATCH] $network modifier description updated --- docs/general/ad-filtering/create-own-filters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/general/ad-filtering/create-own-filters.md b/docs/general/ad-filtering/create-own-filters.md index af596908c1f..60d073ba069 100644 --- a/docs/general/ad-filtering/create-own-filters.md +++ b/docs/general/ad-filtering/create-own-filters.md @@ -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`).