summaryrefslogtreecommitdiff
path: root/branding/templates/bitmaskvpn/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/bitmaskvpn/config.go')
-rw-r--r--branding/templates/bitmaskvpn/config.go27
1 files changed, 27 insertions, 0 deletions
diff --git a/branding/templates/bitmaskvpn/config.go b/branding/templates/bitmaskvpn/config.go
new file mode 100644
index 0000000..67908c0
--- /dev/null
+++ b/branding/templates/bitmaskvpn/config.go
@@ -0,0 +1,27 @@
+// Code generated by go generate; DO NOT EDIT.
+// This file was generated by vendorize.py
+// At $timeStamp
+
+package config
+
+/* All these constants are defined in the vendor.conf file
+ */
+const (
+ Provider = "$providerURL"
+ ApplicationName = "$applicationName"
+ BinaryName = "$binaryName"
+ DonateURL = "$donateURL"
+ HelpURL = "$helpURL"
+ TosURL = "$tosURL"
+ APIURL = "$apiURL"
+ GeolocationAPI = "$geolocationAPI"
+)
+
+/*
+
+CaCert : a string containing a representation of the provider CA, used to
+ sign the webapp and openvpn certificates. should be placed in
+ config/[provider]-ca.crt
+
+*/
+var CaCert = []byte(`$caCertString`)