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

Adds VPN IP partial matching feature #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sagech
Copy link

@sagech sagech commented Jul 5, 2020

If your VPN IP is 1.2.3.4, you may configure routes.json with any of the following, for example:

{
  "remotes": {
    "3.4.5": [
      "1.2.3.4",
      "5.6.7.8"
    ]
  }
}

Which matches VPN IPs 2.3.4.5, 3.4.5.6, 1.3.4.5, etc

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

Successfully merging this pull request may close these issues.

1 participant