v3-firewall.xml 399 B

1234567
  1. <QubesFirewallRules dns="allow" icmp="allow" policy="deny" yumProxy="allow">
  2. <rule address="0.0.0.0" proto="tcp" netmask="0" port="22"/>
  3. <rule address="0.0.0.0" proto="tcp" netmask="0" port="9418"/>
  4. <rule address="192.168.0.1" proto="tcp" port="1234"/>
  5. <rule address="fedorahosted.org" proto="tcp" port="443"/>
  6. <rule address="xenbits.xen.org" proto="tcp" port="80"/>
  7. </QubesFirewallRules>