import "41.neocities.org/platform/mullvad"
func Connect(location string) error
func Disconnect() error
type ServerList struct { Countries []struct { Name string Cities []struct { Name string Relays []struct { Hostname string } } } }
func (s *ServerList) OpenVpn() error
func (s ServerList) Seq(country string) iter.Seq[string]
func (s *ServerList) WireGuard() error
mullvad.go