You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
414 B
11 lines
414 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<zone>
|
|
<short>Public</short>
|
|
<description>For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description>
|
|
<service name="ssh"/>
|
|
<service name="dhcpv6-client"/>
|
|
{% for service in firewalld_public_services %}
|
|
<service name="{{ service }}"/>
|
|
{% endfor %}
|
|
</zone>
|
|
|
|
|