blob: 12fca4e51e540998a3a22afe48826f802ad9519c (
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
|
[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
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
tosURL = https://calyx.net/tos
helpURL = https://calyx.net/support
apiURL = https://api.calyx.net:4430/
caURL = https://calyx.net/ca.crt
geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations = true
donateURL = http://example.org
|