ooni / minivpn

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

refactor: cleanup public API #22

Closed ainghazal closed 2 years ago

ainghazal commented 2 years ago

Clean up the public interface and remove the unnecessary indirection layer caused by RawDialer. Update tests accordingly.