我已经订阅了提供 openVpn 配置文件的 VPN 提供商。
现在,我不想通过此 VPN 路由所有流量,而是想简单地将其设置为另一个接口,以便能够使用此接口(tun0)的软件包可以发送和接收数据包
我理解添加
--pull-filter ignore redirect-gateway
停止从服务器端添加默认表。
我不知道该添加哪些路线,以便
curl --interface tun0 ifconfig.co
给我 VPN IP 和
curl --interface eth0 ifconfig.co
给出我的标准 wan ip
假设这将允许程序选择使用哪个接口进行互联网连接。