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

Fix $addresses hash needs to accept any type of v4 or v6 address #61

Merged
merged 2 commits into from
Aug 22, 2022

Commits on Aug 22, 2022

  1. Fix $addresses hash needs to accept any type of v4 or v6 address

    we are using the $address parameter for the address block in wireguard
    config.
    this blocks also allows thinks like DNS and dns don't need to be a
    CIDR.
    
    This commit will change this and accept a address or a CIDR address
    sebastianrakel committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    77ac741 View commit details
    Browse the repository at this point in the history
  2. Add spec test

    sebastianrakel committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f979001 View commit details
    Browse the repository at this point in the history