Created
January 13, 2023 13:57
-
-
Save C0nw0nk/f8a65a912b0f12d90874a2bc435c2a61 to your computer and use it in GitHub Desktop.
Private internet Access | PIA | Dedicated IP .ovpn .conf openvpn wireguard how to login and use dedicated IP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To login and use your dedicated IP with private internet access obviously specifying your custom IP is needed. | |
But you do not use your username use your dedicated hash token they provide to you with "dedicated_ip_DIP" at the start. | |
Username : | |
dedicated_ip_DIPxxxxxxxxxxxxxxxxx | |
Password : | |
YOUR PRIVATE INTERNET ACCESS ACCOUNT PASSWORD | |
#Openvpn file | |
remote xx.xx.xx.xx 1198 #dedicated_ip_DIPxxxxxxxxxxxxxxxxx | |
Thats it :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment