chore: OpenVPN user and password as nullable
- Username and password can be the empty string for custom provider
This commit is contained in:
@@ -36,7 +36,7 @@ func Test_modifyConfig(t *testing.T) {
|
||||
"auth bla",
|
||||
},
|
||||
settings: settings.OpenVPN{
|
||||
User: "user",
|
||||
User: stringPtr("user"),
|
||||
Ciphers: []string{"cipher"},
|
||||
Auth: stringPtr("auth"),
|
||||
MSSFix: uint16Ptr(1000),
|
||||
|
||||
Reference in New Issue
Block a user