Page MenuHomeDevCentral

firewalld-zones-public.xml.jinja
No OneTemporary

firewalld-zones-public.xml.jinja

<?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"/>
<service name="http"/>
<service name="https"/>
{% for subnet in subnets %}
<rule family="ipv4">
<source address="{{ subnet }}" />
<accept />
</rule>
{% endfor %}
</zone>

File Metadata

Mime Type
text/xml
Expires
Tue, Nov 18, 17:48 (11 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3176152
Default Alt Text
firewalld-zones-public.xml.jinja (493 B)

Event Timeline