Script to get new IP addresses in JDownloader by reconnecting Private Internet Access.
- Go to Settings -> Reconnect
- Tick all three checkboxes.
- Set method to
External Batch Reconnect
- Set interpreter to
cmd /c
- Set script to
piactl.exe background enable
timeout 3
piactl.exe disconnect
piactl.exe connect
- Set application folder to
C:\Program Files\Private Internet Access
- Go to Settings -> Reconnect
- Tick all three checkboxes.
- Set method to
External Batch Reconnect
- Set interpreter to
/bin/bash -c
- Set script to
./piactl background enable
./piactl disconnect
./piactl connect
- Set application folder to
/usr/local/bin
I don't use this script on Linux, but it should work the same as on Mac.
I copied the timeout part from the original script, iirc. If it works without timeout for you on Mac, chances are it's going to be the same on Win/Linux
I doubt the implementation of piactl will be very different on the various OSes.
I use nordvpn these days so I also can't really test it 😄