8 lines
399 B
XML
8 lines
399 B
XML
<QubesFirewallRules dns="allow" icmp="allow" policy="deny" yumProxy="allow">
|
|
<rule address="0.0.0.0" proto="tcp" netmask="0" port="22"/>
|
|
<rule address="0.0.0.0" proto="tcp" netmask="0" port="9418"/>
|
|
<rule address="192.168.0.1" proto="tcp" port="1234"/>
|
|
<rule address="fedorahosted.org" proto="tcp" port="443"/>
|
|
<rule address="xenbits.xen.org" proto="tcp" port="80"/>
|
|
</QubesFirewallRules>
|