Skip to content

Adds VPN IP partial matching feature#3

Open
sagech wants to merge 3 commits intovube:masterfrom
sagech:feature/vpn-wildcard
Open

Adds VPN IP partial matching feature#3
sagech wants to merge 3 commits intovube:masterfrom
sagech:feature/vpn-wildcard

Conversation

@sagech
Copy link
Copy Markdown

@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