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.
jenkins-master
Dustin 2020-09-23 18:50:06 -05:00
parent 53bc4eac6d
commit 1c575c4340
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
protonvpn_tunnel: 1.1.1.1,1.0.0.1 protonvpn_tunnel: 1.1.1.1,1.0.0.1
protonvpn_server: 104.200.145.225
named_forward_only: true named_forward_only: true
named_forwarders: named_forwarders:
- 1.1.1.1 - 1.1.1.1