Certificates
- {{ if .Certificates }} - {{ range .Certificates }} -You don't have certificates yet!
- {{ end }} -diff --git a/assets/templates/files/config.ovpn b/assets/templates/files/config.ovpn
new file mode 100644
index 0000000..5f02dcb
--- /dev/null
+++ b/assets/templates/files/config.ovpn
@@ -0,0 +1,78 @@
+{{ define "base" }}
+client
+dev tun
+proto udp
+remote 195.201.7.179 443
+resolv-retry infinite
+nobind
+persist-key
+persist-tun
+
+cipher AES-256-CBC
+auth SHA512
+ns-cert-type server
+key-direction 1
+tls-version-min 1.2
+;comp-lzo
+verb 3
+
+route 172.31.1.100 255.255.255.255 net_gateway
+
+
- Certificate management -
-- Generate a VPN configuration -
-You don't have certificates yet!
- {{ end }} -Device | +Created | +Actions | + + + + + + {{ range .Clients }} +
---|---|---|
{{ $.username }}@{{ .Name }} |
+ + |
+
+
+
+ + + + + + + + |
+
Have some variables: {{.}}
-- Already have an account? Log In -
-