fix(custom): OPENVPN_CUSTOM_CONFIG

This commit is contained in:
Quentin McGaw
2022-01-07 15:12:49 +00:00
parent 05f42f0cb8
commit b32c01c11a
3 changed files with 7 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ func (o OpenVPN) String() string {
}
func (o OpenVPN) toLinesNode() (node *gotree.Node) {
node = gotree.New("OpenVPN server selection settings:")
node = gotree.New("OpenVPN settings:")
node.Appendf("OpenVPN version: %s", o.Version)
node.Appendf("User: %s", helpers.ObfuscatePassword(o.User))
node.Appendf("Password: %s", helpers.ObfuscatePassword(o.Password))