QubesFirewall changed

This commit is contained in:
Alex Dubois 2013-02-10 13:15:49 +00:00
parent 4c014605b8
commit ce729c857b

View File

@ -160,6 +160,8 @@ sudo chmod +x /rw/config/qubes_firewall_user_script
Here no routing is required, only filtering. Proceed in the same way as above but store the filtering rule in the `/rw/config/rc.local` script.
``` {.wiki}
#!/bin/sh
/sbin/iptables -I INPUT 5 -p tcp --dport 443 -m state --state NEW -j ACCEPT
```