ooni / minivpn

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

fail gracefully when parsing config #69

Open ainghazal opened 7 months ago

ainghazal commented 7 months ago

since this is public API, we should propagate parsing errors on the constructor.

See comments during #68 code review: https://github.com/ooni/minivpn/pull/68#discussion_r1497809335