Zones are processed in alphabetical order. If you had Docker installed, the docker
zone would be processed before the drop
zone.
List all zones
firewall-cmd --list-all-zones
Create a new zone
firewall-cmd --permanent --new-zone=mynewzone
Change Default zone
firewall-cmd --set-default-zone=mynewzone