feat(server): add vpn route to replace /openvpn

This commit is contained in:
Quentin McGaw
2022-08-21 23:28:38 +00:00
parent 48896176e5
commit d685d78e74
4 changed files with 100 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
package server
func stringPtr(s string) *string { return &s }