Changelog V.42 Windows
Hey everyone! We updated our client installers with a fix.
sha256 checksum:
windows: 3827683ae52807743930a52c3e9624fe5e0c60003eeec31566c8d95f0bd65061
osx: 7995615d072fcdd7a1c91849a75a4c8a1748c26ee979098775daeb8ca7a6bd6a
Change log:
Update Mon Sep 9 2014 - v.42
- Fix issue when client could send 'server check' requests to localhost.
sha256 checksum:
windows: 3827683ae52807743930a52c3e9624fe5e0c60003eeec31566c8d95f0bd65061
osx: 7995615d072fcdd7a1c91849a75a4c8a1748c26ee979098775daeb8ca7a6bd6a
Change log:
Update Mon Sep 9 2014 - v.42
- Fix issue when client could send 'server check' requests to localhost.

Comments
Is it Monday, or Tuesday?
http://BillionUploads.com/ietzbbib97rt
A nice little addition to the client could be this.
If you connect to Netherlands or any other Torrent Friendly VPN server, could the Open Port (ie what shows in the PIA Tray Tool Tip) could be written to a new file in the same location as the logs file.
This way It is simple to pick up the port number programatically for use in your torrent apps or other apps that require an open port. It should be very simple to do and only take a few mins to code it.
ie
If OpenPort = True
}
Open File openport.txt
Write OpenPort
Close File openport.txt
} else {
Delete File openport.txt
}
https://www.dropbox.com/s/yy0nm7sgokpf5jy/PIA VPN 42 installer_win.exe?dl=0
I'm usually able to get the file the first time, but I've tried several times today and always got v41, even just a few minutes ago. Whatever.
Any chance of the port number file creation (Suggested above) can be added to the next client release. I seem to be getting a different port number most of the time when I am connecting to Netherlands and I have to keep looking to the systray icon wondering why my torrents are not working. Putting the port number into a file would life easier as a script could run to pick up the port number and update the torrent app without any user intervention.
Pretty Please
Perhaps if the Dev is happy to do this, then may be instead of a file created for just the open port they could do a file that contains the configuration for the current openvpn connection.
ie some of this data is burried in the Openvpn log amonst other details, maybe putting the saliant points of the VPN connection into a specific file. Something like the below example, and then there is more connection data one could use in automation. like external IP (UDPv4)
eg
Filename: PIA_VPN
<start>
Data Encryption: 'AES-128-CBC'
Data Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Handshake: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
UDPv4: 109.201.154.153:8080
Route: DHCP IP/netmask of 10.114.1.6/255.255.255.252
Open Port: 54678
<end>
Thanks.
Yes I am running v43 (windows version on Win7) but I have not noticed any new files being created. I have just had a good look and can see no files
Can you point me to the location of where this new file with the port number should be written to so I can verify.
KYJelly promised, but not delievered.