mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
QubesFirewall changed
This commit is contained in:
parent
4c014605b8
commit
ce729c857b
@ -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.
|
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}
|
``` {.wiki}
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
/sbin/iptables -I INPUT 5 -p tcp --dport 443 -m state --state NEW -j ACCEPT
|
/sbin/iptables -I INPUT 5 -p tcp --dport 443 -m state --state NEW -j ACCEPT
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user