0

I was wondering which zone would service be added if run the add service command without specifying a zone.

For example:

$ sudo firewall-cmd --add-service=http --permanent
Xin
  • 1,169
  • 1
  • 10
  • 20

1 Answers1

2

it will be added to the default zone firewall-cmd --get-default-zone will give you default zone

Shailesh
  • 59
  • 6