Skip to content

Typo causes OpenVPN plugin to fail. #63

Description

@JoeSey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions