-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Here's a typo which caused the OpenVPN plugin to constantly fail:
| _server["name"] = _server.get("description").strip() if _server.get("description") else "OpenVPN_{protocoll}_{local_port}".format(**_server) |
The OpenVPN_{protocoll}_{local_port} should read OpenVPN_{protocol}_{local_port}.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels