linux-system-roles / firewall

Configure firewalld and system-config-firewall
https://linux-system-roles.github.io/firewall/
GNU General Public License v2.0
57 stars 32 forks source link

[docs] document `set_default_zone` #105

Closed zanna-37 closed 1 year ago

zanna-37 commented 1 year ago

set_default_zone is a valid option, and it's working, but it is not documented in the README.

    firewall:
      # Set default zone
      - set_default_zone: my_zone
myllynen commented 1 year ago

Agreed that this definitely should be documented, this is one of the most important steps when setting up firewall.

richm commented 1 year ago

https://github.com/linux-system-roles/firewall/issues/105 @zanna-37 @myllynen ^^^

zanna-37 commented 1 year ago

Amazing! Thank you very much.