We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a64a5 commit dd83283Copy full SHA for dd83283
debian/changelog
@@ -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
7
vpngate-client (0.3) bionic; urgency=medium
8
9
* Poll openvpn process status to detect if openvpn process exits
vpngate-client
@@ -16,7 +16,7 @@ import time
16
import urllib.request
17
18
# The URL for the VPN list
19
-VPN_LIST_URL = "http://www.vpngate.net/api/iphone/"
+VPN_LIST_URL = "https://www.vpngate.net/api/iphone/"
20
SPEED_TEST_URL = "https://cachefly.cachefly.net/10mb.test"
21
22
logger = logging.getLogger()
0 commit comments