chore: OpenVPN user and password as nullable
- Username and password can be the empty string for custom provider
This commit is contained in:
3
internal/server/helpers.go
Normal file
3
internal/server/helpers.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package server
|
||||
|
||||
func stringPtr(s string) *string { return &s }
|
||||
Reference in New Issue
Block a user