Nordvpn support (#189), fix #178

This commit is contained in:
Quentin McGaw
2020-07-15 18:14:45 -04:00
committed by GitHub
parent 616ba0c538
commit 1281026850
15 changed files with 5564 additions and 51 deletions

View File

@@ -27,6 +27,8 @@ func New(provider models.VPNProvider) Provider {
return newCyberghost()
case constants.Vyprvpn:
return newVyprvpn()
case constants.Nordvpn:
return newNordvpn()
default:
return nil // should never occur
}