View difference between Paste ID: mtbtMiix and xAQxzb73
SHOW: | | - or go back to the newest paste.
1
OpenELEC:~/.config/vpn-config # cat privateinternetaccess.config 
2
[global]
3
Name = privateinternetaccess
4
5
[provider_pptp]
6
Type = pptp
7
Name = privateinternetaccess
8
Host = nl.privateinternetaccess.com
9
PPTP.User = (myusername)
10
PPTP.Password = (mypassword)
11
Domain = 8.8.8.8, 8.8.4.4
12
advanced = 1
13
PPTP.RequirMPPE128 = 0
14
PPTP.RequirMPPEStateful = 0
15
PPTP.RequirMPPE40 = 0
16
PPTP.RequirMPPE = 1
17
18
OpenELEC:~/.config/vpn-config #