Preppy

Results 2 comments of Preppy

#!/bin/bash while true do REM Replace these values with your PIA username and password PIA_USERNAME=p2637123 PIA_PASSWORD=b69dWv8Ao6 PIA="/usr/local/bin/piactl" REM Get the current forwarded port from PIA VPN_IP=$("$PIA" get vpnip) PIA_PORT=$("$PIA" get...

made some change above, as that curl method was deprecated, also found the answer tomy question about the listening ip:port.....now to test if my method to make xml-rpc calls works