rssnsj / minivtun

A fast, secure and reliable VPN service based on non-standard protocol
GNU General Public License v3.0
246 stars 102 forks source link

Route Table #37

Open cutemanworking opened 3 years ago

cutemanworking commented 3 years ago

请教一下选项-T 里面的routing table需要怎样的格式?

lixingcong commented 3 years ago

帮助 -v, --route <network/prefix=gateway>

例子 -v "192.168.0.0/16=192.168.99.1"

cutemanworking commented 3 years ago

试过下面这样执行, 没成功。用ip route或netstat查看路由表都没8.8.8.0的记录 /usr/sbin/minivtun -r x.x.x.x:20115 -w -n mv0 -e password -a 10.10.10.4/24 -v "8.8.8.0/16=10.10.10.1" -d