blob: b519cf8cf7d04d729b8402572cef46aa431e283c (
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
|
[default]
provider = demolib
bitmask-providers = [riseup, calyx]
[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 =
[demo]
name = demo
applicationName = DemoVPN
binaryName = demo-vpn
auth = anon
providerURL = pt.demo.bitmask.net
apiURL = https://pt.demo.bitmask.net:8000/
caURL = https://pt.demo.bitmask.net:8000/ca.crt
infoURL = https://bitmask.net
tosURL = https://bitmask.net
helpURL = https://bitmask.net
geolocationAPI =
askForDonations = false
donateURL =
[demolib]
name = demolib
applicationName = DemoLib
binaryName = demo-lib
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 =
|