From 1c575c434026d4b0879c4636f1e95a3d7b30fbba Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 23 Sep 2020 18:50:06 -0500 Subject: [PATCH] protonvpn: Connect to server by IP address Since DNS only allowed to be sent over the VPN, it is not possible to resolve the VPN server name unless the VPN is already connected. This naturally creates a chicken-and-egg scenario, which we can resolve by manually providing the IP address of the server we want to connect to. --- group_vars/pyrocufflink-dns/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/pyrocufflink-dns/main.yml b/group_vars/pyrocufflink-dns/main.yml index af18adf..af64412 100644 --- a/group_vars/pyrocufflink-dns/main.yml +++ b/group_vars/pyrocufflink-dns/main.yml @@ -1,4 +1,5 @@ protonvpn_tunnel: 1.1.1.1,1.0.0.1 +protonvpn_server: 104.200.145.225 named_forward_only: true named_forwarders: - 1.1.1.1