blob: fa2f60cf5a168dc791be8bfd8402b86ea9ffc918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
[default]
provider = riseup
[riseup]
name = Riseup
applicationName = RiseupVPN
binaryName = riseup-vpn
providerURL = riseup.net
auth = anon
apiURL = https://api.black.riseup.net/
caURL = https://black.riseup.net/ca.crt
infoURL = https://riseup.net/vpn
tosURL = https://riseup.net/tos
helpURL = https://riseup.net/support
geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations = true
donateURL = https://riseup.net/vpn/donate
[calyx]
name = Calyx
applicationName = CalyxVPN
binaryName = calyx-vpn
providerURL = https://calyx.net
auth = anon
apiURL = https://api.calyx.net:4430/
caURL = https://calyx.net/ca.crt
infoURL = https://calyx.net/
tosURL = https://calyx.net/tos
helpURL = https://calyx.net/support
geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations = false
donateURL =
[demolib]
name = demolib
applicationName = DemoLibVPN
binaryName = demolib-vpn
auth = sip
authEmptyPass = true
providerURL = vpnlib.bitmask.net
apiURL = https://api.vpnlib.bitmask.net:4430/
caURL = https://api.vpnlib.bitmask.net/ca.crt
infoURL = https://libraryvpn.org/
tosURL = https://libraryvpn.org/
helpURL = https://libraryvpn.org/
geolocationAPI = https://getmyip.vpnlib.bitmask.net/json
askForDonations = false
donateURL =
[floatdemo]
name = floatdemo
applicationName = FloatDemoVPN
binaryName = floatdemo-vpn
auth = anon
providerURL = float.bitmask.net
apiURL = https://api.float.bitmask.net:4430/
caURL = https://api.float.bitmask.net/ca.crt
infoURL = https://float.bitmask.net/
tosURL = https://float.bitmask.net/
helpURL = https://float.bitmask.net/
geolocationAPI = https://menshen.float.bitmask.net/json
askForDonations = false
donateURL =
[riseupbeta]
name = riseupbeta
applicationName = RiseupVPN
binaryName = riseup-vpn
auth = anon
providerURL = float.hexacab.org
apiURL = https://api.float.hexacab.org:4430/
caURL = https://api.float.hexacab.org/ca.crt
infoURL = https://float.hexacab.org/
tosURL = https://float.hexacab.org/
helpURL = https://float.hexacab.org/
geolocationAPI = https://menshen.float.hexacab.org/json
askForDonations = true
donateURL = https://riseup.net/vpn/donate
|