We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce64770 commit 1622fffCopy full SHA for 1622fff
.github/workflows/ci.yml
@@ -24,14 +24,14 @@ jobs:
24
25
- name: Download IVPN config
26
run: |
27
- wget -O ivpn-config.zip "https://api.ivpn.net/v5/config/ivpn-openvpn-config.zip?country=US&city=Las+Vegas&host=us-nv1.gw.ivpn.net&proto=udp&port=2049"
+ wget -O ivpn-config.zip "https://api.ivpn.net/v5/config/ivpn-openvpn-config.zip?country=NL&city=Amsterdam&proto=udp&port=2049"
28
unzip ivpn-config.zip
29
30
- name: Start IVPN connection
31
32
echo "${{ secrets.IVPN_ACCOUNT_NUMBER }}" > auth.txt
33
echo "${{ secrets.IVPN_ACCOUNT_NUMBER }}" >> auth.txt
34
- sudo openvpn --config USA-Las_Vegas.ovpn --auth-user-pass auth.txt &
+ sudo openvpn --config Netherlands-Amsterdam.ovpn --auth-user-pass auth.txt &
35
sleep 10 # Wait for VPN to establish
36
37
- name: Run typecheck
0 commit comments