Skip to content

Commit dd83283

Browse files
committed
fix: download vpn list over secure connection
A https endpoint is available nowadays.
1 parent 42a64a5 commit dd83283

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
vpngate-client (0.3.1) bionic; urgency=medium
2+
3+
* Download vpn list over secure connection.
4+
5+
-- Sami Jaktholm <sjakthol@outlook.com> Sat, 25 Apr 2020 16:16:42 +0300
6+
17
vpngate-client (0.3) bionic; urgency=medium
28

39
* Poll openvpn process status to detect if openvpn process exits

vpngate-client

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import time
1616
import urllib.request
1717

1818
# The URL for the VPN list
19-
VPN_LIST_URL = "http://www.vpngate.net/api/iphone/"
19+
VPN_LIST_URL = "https://www.vpngate.net/api/iphone/"
2020
SPEED_TEST_URL = "https://cachefly.cachefly.net/10mb.test"
2121

2222
logger = logging.getLogger()

0 commit comments

Comments
 (0)