Firewall / aliases - add wildcard definition, closes https://github.com/opnsense/core/issues/4952 (#336)

pull/348/head
Ad Schellevis 3 years ago committed by GitHub
parent 964962b002
commit 54bb3ab22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,6 +92,13 @@ Network type Aliases can contain exclusion hosts or networks.
Exclusion addresses starts with "!" sign (eg !192.168.0.0/24) and can be used to
exclude hosts or networks from current Alias or Network Group Alias
Apart from the CIDR notation, one could also use a `wildcard mask <https://en.wikipedia.org/wiki/Wildcard_mask>`__
to match ranges of hosts or networks.
.. Tip::
To match all servers ending at .1 in the 192.168.X.1 networks, use a wildcard definition like :code:`192.168.0.1/0.0.255.0`
..................
Ports

Loading…
Cancel
Save