diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-09 18:53:11 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:54 +0200 |
commit | 73d0c7a96df2212d5a3ee6289fc286f3e6459028 (patch) | |
tree | d304904b19b1ef365213876a60e19e232a36c95a /branding/config/vendor.conf | |
parent | e4a2efb527fb09b548c14b13d28d0780941ca72d (diff) |
[pkg] refactor vendor init/check
Diffstat (limited to 'branding/config/vendor.conf')
-rw-r--r-- | branding/config/vendor.conf | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf deleted file mode 100644 index d9e6a25..0000000 --- a/branding/config/vendor.conf +++ /dev/null @@ -1,63 +0,0 @@ -[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 = |