mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Fix: Openvpn custom config: remove user set
This commit is contained in:
@@ -28,7 +28,8 @@ func Test_OpenVPN_JSON(t *testing.T) {
|
||||
"custom_config": "",
|
||||
"version": "",
|
||||
"encryption_preset": "",
|
||||
"ipv6": false
|
||||
"ipv6": false,
|
||||
"procuser": ""
|
||||
}`, string(data))
|
||||
var out OpenVPN
|
||||
err = json.Unmarshal(data, &out)
|
||||
|
||||
Reference in New Issue
Block a user