Files
gluetun/internal/server/helpers.go
Quentin McGaw 1ab74e6bb3 chore: OpenVPN user and password as nullable
- Username and password can be the empty string for custom provider
2022-08-13 18:01:26 +00:00

4 lines
63 B
Go

package server
func stringPtr(s string) *string { return &s }