Skip to content

Commit

Permalink
Merge pull request #993 from systeembeheerder/patch-1
Browse files Browse the repository at this point in the history
Update index.rst
  • Loading branch information
rebortg committed Apr 25, 2023
2 parents acd3cec + 6e1189c commit aafa799
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration/firewall/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,11 @@ There are a lot of matching criteria against which the package can be tested.
.. cfgcmd:: set firewall ipv6-name <name> rule <1-999999> destination group
address-group <name>

Use a specific address-group
Use a specific address-group. Thes can also be "negated" using '!'. For Example

.. code-block:: none
set firewall name WAN-IN-v4 rule 20 source group address-group '!TRUSTED-HOSTS'
.. cfgcmd:: set firewall name <name> rule <1-999999> source group
network-group <name>
Expand Down

0 comments on commit aafa799

Please sign in to comment.