Changelog V. 41 Windows
Here you go!
>-
sha256 checksum:
- windows: f1321b2fa62d6fa7857940fa2bf479 fa450983ac6d2353f5b6a58e4e2067 8ac1
Change log:
Update Mon Sep 1 2014 - v.41
- Fixes an issue on Windows 8.1 where the kill switch would sometimes not trigger on interfaces with IPv6 configured

Comments
Tell meno we said Hi.
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
}