Added in an explaination of the --zone flag

approved in #52251
This commit is contained in:
Alan Cugler 2019-03-25 16:10:29 -05:00
parent 2cdf48ed67
commit e8c8dba161
No known key found for this signature in database
GPG key ID: 1B25CC17936245EC

View file

@ -28,8 +28,11 @@ FirewallD use the command line client ``firewall-cmd``.
firewall-cmd --permanent --zone=<zone> --add-port=4505-4506/tcp
Please choose the desired zone according to your setup. Don't forget to reload
after you made your changes.
A network zone defines the security level of trust for the the network.
The user should choose an appropriate zone value for their setup.
Possible values include: drop, block, public, external, dmz, work, home, internal, trusted.
Don't forget to reload after you made your changes.
.. code-block:: bash