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
parent
53bc4eac6d
commit
1c575c4340
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue