Skip to content

Commit 1622fff

Browse files
committed
fix(ci): use netherlands IP
1 parent ce64770 commit 1622fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
2525
- name: Download IVPN config
2626
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"
27+
wget -O ivpn-config.zip "https://api.ivpn.net/v5/config/ivpn-openvpn-config.zip?country=NL&city=Amsterdam&proto=udp&port=2049"
2828
unzip ivpn-config.zip
2929
3030
- name: Start IVPN connection
3131
run: |
3232
echo "${{ secrets.IVPN_ACCOUNT_NUMBER }}" > auth.txt
3333
echo "${{ secrets.IVPN_ACCOUNT_NUMBER }}" >> auth.txt
34-
sudo openvpn --config USA-Las_Vegas.ovpn --auth-user-pass auth.txt &
34+
sudo openvpn --config Netherlands-Amsterdam.ovpn --auth-user-pass auth.txt &
3535
sleep 10 # Wait for VPN to establish
3636
3737
- name: Run typecheck

0 commit comments

Comments
 (0)