Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo causes OpenVPN plugin to fail. #63

Open
JoeSey opened this issue Dec 6, 2024 · 1 comment
Open

Typo causes OpenVPN plugin to fail. #63

JoeSey opened this issue Dec 6, 2024 · 1 comment

Comments

@JoeSey
Copy link

JoeSey commented Dec 6, 2024

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}.

@JoeSey
Copy link
Author

JoeSey commented Dec 6, 2024

Sorry. Duplicate of that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant