From 045e4c7d3ed2db61e333a49bdf7d93eba60735eb Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Gasull Date: Tue, 26 Jun 2018 18:37:28 +0800 Subject: [PATCH] Make it clear that the 2 new steps are optional --- configuration/vpn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/vpn.md b/configuration/vpn.md index 9fb01e0b..db0f3024 100644 --- a/configuration/vpn.md +++ b/configuration/vpn.md @@ -50,7 +50,7 @@ Set up a ProxyVM as a VPN gateway using NetworkManager 3. Set up your VPN as described in the NetworkManager documentation linked above. -4. Make your VPN start automatically. +4. (Optional) Make your VPN start automatically. Edit `/rw/config/rc.local` and add these lines: @@ -68,7 +68,7 @@ Set up a ProxyVM as a VPN gateway using NetworkManager And substitute "XXXXXXXXXXXXXX" for the actual password. The contents of `passwd-file.txt` may differ depending on your VPN settings. See the [documentation for `nmcli up`](https://www.mankier.com/1/nmcli#up). -5. Make the network fail-close for the AppVMs if the connection to the VPN breaks. +5. (Optional) Make the network fail-close for the AppVMs if the connection to the VPN breaks. Edit `/rw/config/qubes-firewall-user-script` and add these lines: ```bash