Skip to content

Simple program that executes a reconnect for Private Internet Access VPN provider and avoids the last 5 regions used. Useful in combination with jDownloader

License

Notifications You must be signed in to change notification settings

schealex/PIA-random-reconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIA-random-reconnect

Usage

Download the repository and build the solution. Run Reconnector.exe.

Configuration (appsettings.json)

NOTE: you can get the list of region names by running piactl.exe get regions

  • Adjust (if different) your path to private internet access folder
  • Adjust your list of servers you wish to use

example:

{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "PIA": {
    "PiaCtlPath": "C:\\Program Files\\Private Internet Access",
    "ValidServers": [
      "uk-streaming-optimized",
      "uk-london",
      "uk-southampton",
      "uk-manchester",
      "fi-helsinki",
      "fi-streaming-optimized",
      "georgia",
      "de-berlin",
      "de-frankfurt",
      "armenia",
      "switzerland",
      "estonia",
      "belgium",
      "monaco",
      "poland",
      "it-milano",
      "it-streaming-optimized",
      "netherlands",
      "norway",
      "romania",
      "se-streaming-optimized",
      "se-stockholm",
      "slovakia",
      "ukraine",
      "es-madrid",
      "es-valencia",
      "france",
      "bulgaria",
      "isle-of-man",
      "luxembourg",
      "serbia",
      "bosnia-and-herzegovina",
      "lithuania",
      "austria",
      "czech-republic",
      "dk-copenhagen",
      "dk-streaming-optimized",
      "malta",
      "nigeria",
      "kazakhstan",
      "liechtenstein",
      "north-macedonia",
      "algeria",
      "moldova",
      "ireland",
      "montenegro",
      "slovenia",
      "portugal",
      "egypt",
      "albania",
      "hungary",
      "latvia",
      "cyprus",
      "morocco",
      "turkey"
    ]
  }
}

About

Simple program that executes a reconnect for Private Internet Access VPN provider and avoids the last 5 regions used. Useful in combination with jDownloader

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages