我刚刚使用设置了 OpenVPN 客户端本指南关于 Geek Stuff
但现在(有点正如预期的那样)我的所有流量都通过 VPN 路由。
我其实只是想设置接口设备。
有人知道怎么做吗?
这是配置文件:
client
dev tun
remote purevpnserver.test 53
proto udp
nobind
persist-key
persist-tun
tls-auth Wdc.key 1
ca ca.crt
cipher AES-256-CBC
comp-lzo
verb 1
mute 20
float
route-method exe
route-delay 2
auth-user-pass
auth-retry interact
explicit-exit-notify 2
ifconfig-nowarn
auth-nocache
答案1
通过添加route-nopull
到配置文件,openvpn 将忽略从服务器推送到客户端的路由。
我发现的东西在 openvpn 网站上