blob: f0f42c18d0f75f248d14e68e03e9ac14dfeb6a06 (
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
|
[default]
provider = riseup
[riseup]
name = Riseup
applicationName = RiseupVPN
binaryName = riseup-vpn
providerURL = riseup.net
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/donate
[calyx]
name = Calyx
applicationName = CalyxVPN
binaryName = calyx-vpn
providerURL = https://calyx.net
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 = true
donateURL = http://example.org
|