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

[bug] WireGuard backend is missing parsers #276

Open
pandafy opened this issue Jun 8, 2023 · 0 comments
Open

[bug] WireGuard backend is missing parsers #276

pandafy opened this issue Jun 8, 2023 · 0 comments
Labels

Comments

@pandafy
Copy link
Member

pandafy commented Jun 8, 2023

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.

@pandafy pandafy added the bug label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant