admin
树莓派使用 PPTP 客户端连接 VPN
02/20
安装
sudo apt-get install -y pptp-linux
配置
sudo vim /etc/ppp/peers/pptpconf
// 添加如下内容:(自行更改IP, name, password)
pty "pptp xxx.xxx.xxx.xxx --nolaunchpppd"
name xxx
password xxx
remotename PPTP
require-mppe-128
require-mschap-v2
refuse-eap
refuse-pap
refuse-chap
refuse-mschap
noauth
persist
maxfail 0
defaultroute
replacedefaultroute
usepeerdns
启动&关闭
启动:pon pptpconf
关闭:poff pptpconf


三合一收款
下面三种方式都支持哦