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

static route can't be added via argument -v #24

Closed renothing closed 5 years ago

renothing commented 6 years ago

this is my server command:

minivtun -w -l 0.0.0.0:5100 -a 10.0.2.1/24 -m 1300 -n usa -e xxx -v 192.168.1.0/24=10.0.2.2

it seems that the static route 192.168.1.0/24 can't be added without any errors. can you check it?

my os is alpine with musl libc