mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore: OpenVPN user and password as nullable
- Username and password can be the empty string for custom provider
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package server
|
||||
|
||||
func stringPtr(s string) *string { return &s }
|
||||
Reference in New Issue
Block a user