mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-16 00:03:51 -05:00
QubesFirewall changed
This commit is contained in:
parent
4c014605b8
commit
ce729c857b
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue