Fix formatting and orthography

This commit is contained in:
Andrew David Wong 2016-07-21 15:09:30 -07:00
parent 3c8bc8857f
commit 859af9be03
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -320,9 +320,10 @@ Where to put firewall rules
---------------------------
Implicit in the above example [scripts](/doc/config-files/), but worth
calling attention to: for all VMs EXCEPT proxy VMs, iptables commands
should be added to the '/rw/config/rc.local' script. For proxy VMs
(sys-firewall inclusive) iptables commands should be added to
'/rw/config/qubes-firewall-user-script'. This is because a proxy VM is
constantly adjusting it's firewall, and therefore initial settings from
rc.local do not persist.
calling attention to: for all VMs *except* ProxyVMs, iptables commands
should be added to the `/rw/config/rc.local` script. For ProxyVMs
(`sys-firewall` inclusive), iptables commands should be added to
`/rw/config/qubes-firewall-user-script`. This is because a ProxyVM is
constantly adjusting its firewall, and therefore initial settings from
`rc.local` do not persist.