Skip to content

[bug] WireGuard backend is missing parsers  #276

@pandafy

Description

@pandafy

The WireGuard backend does not implement parsers.

class WireguardParser(BaseParser):
def parse_text(self, config):
raise NotImplementedError()
def parse_tar(self, tar):
raise NotImplementedError()
def _get_vpns(self, text):
raise NotImplementedError()
def _get_config(self, contents):
raise NotImplementedError()

We need to add parsers like OpenVPN backend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions