Maintenance: generate Openvpn conf for 2.4 or 2.5

This commit is contained in:
Quentin McGaw
2021-05-23 17:40:14 +00:00
parent a8c574219d
commit da65f3b016
18 changed files with 91 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ type OpenVPN struct {
Auth string `json:"auth"`
Provider Provider `json:"provider"`
Config string `json:"custom_config"`
Version string `json:"-"` // injected at runtime
}
func (settings *OpenVPN) String() string {