ooni / minivpn

A minimalistic OpenVPN implementation in Go
GNU General Public License v3.0
38 stars 6 forks source link

feat: allow user-path authentication #30

Closed ainghazal closed 2 years ago

ainghazal commented 2 years ago

minor fixes that were needed to allow user & pass authentication (for tunnelbear).

ainghazal commented 2 years ago

to be rebased on top of #29 - this one also adds tests for newTunnelInfoFromPushedOptions

ainghazal commented 2 years ago

ready for review!

ainghazal commented 2 years ago

thanks a lot for reviewing this! it's merged :)