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'm a fairly noob user. I would like this script to work and change regions so I can get a new ip. May you please explain how I would use this script from a-z? I added it as a .bat file in the PIA directory and used the "External Tool Reconnect" and pointed to the bat file. It doesn't seem to work.
What should I do? This is the exact functionality I want.