Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-1133] $network modifier description updated #261

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

vbagirov
Copy link
Member

@vbagirov vbagirov commented Aug 3, 2023

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в других местах как-то так выделяется

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ещё можно немного переформулировать:

Suggested change
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones.
The `$network` modifier can only be used in rules together with the `$app` and `$important` modifiers, and not with any other modifiers.

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ещё можно немного переформулировать:

Suggested change
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones.
The `$network` modifier can only be used in rules together with the `$app` and `$important` modifiers, and not with any other modifiers.

@vbagirov vbagirov merged commit 5d48f93 into master Aug 7, 2023
2 checks passed
@vbagirov vbagirov deleted the gh-1133-network-modifier-compatibility branch August 7, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility of $network with other modifiers
3 participants