Added warning to PF kill switch guide

This commit is contained in:
Sun Knudsen 2020-08-25 08:49:02 -04:00
parent 7be7972ea8
commit 7eeda19f8d
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -47,6 +47,8 @@ Status: Enabled
### Step 3: backup and override `/etc/pf.conf`
> Heads up: software updates will likely restore `/etc/pf.conf` to default. Remember to check `/etc/pf.conf` using `cat /etc/pf.conf` after updates and test kill switch.
```shell
sudo cp /etc/pf.conf /etc/pf.conf.backup
cat << "EOF" | sudo tee /etc/pf.conf