From fbbe1394320117f4d6ac7d2c047b4e209d49f915 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 17 Sep 2016 02:49:39 -0700 Subject: [PATCH] Fix code block and image QubesOS/qubes-issues#2317 --- configuration/vpn.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/vpn.md b/configuration/vpn.md index 54d4dfdb..5a507352 100644 --- a/configuration/vpn.md +++ b/configuration/vpn.md @@ -134,6 +134,7 @@ This method is more involved than the one above, but has anti-leak features that `sudo chmod +x /rw/config/vpn/qubes-vpn-handler.sh` 4. Configure client to use the DNS handling script. Using openvpn as an example, edit the config with `sudo nano /rw/config/vpn/openvpn-client.ovpn` and add these lines: + ~~~ script-security 2 up 'qubes-vpn-handler.sh up' @@ -199,7 +200,7 @@ Usage Configure your AppVMs to use the VPN VM as a NetVM... - ![Settings-NetVM.png](/attachment/wiki/VPN/Settings-NetVM.png) +![Settings-NetVM.png](/attachment/wiki/VPN/Settings-NetVM.png) Troubleshooting ---------------