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

would like to see minivtun to support password file. #25

Open shawnchain opened 5 years ago

shawnchain commented 5 years ago

Would like to implement: Set: > htpasswd -c minivtun.secret foo > foo:$apr1$AV2YhNt8$S3Oq0OKgaJYHjW8/mxm/k. Run: > minivtun -P /etc/minivtun.secret ...

Sever side may contains several secret records, while client only has one, or sepecified in command line with -u foo -p secret.

cheers,

Shawn