Versions in this module Expand all Collapse all v0 v0.3.7 Jan 23, 2026 Changes in this version + type Cli struct + func (s *Cli) Connect(req *SSHVPNRequest) *exec.Cmd + func (s *Cli) Install() *exec.Cmd + func (s *Cli) Version() *exec.Cmd + type SSHVPNRequest struct + ExcludeCIDR []string + IncludeCIDR []string + LocalSshPort int + RemoteDNSServerAddress string + RemoteSSHPKPath string + type Sshuttle interface + Connect func(req *SSHVPNRequest) *exec.Cmd + Install func() *exec.Cmd + Version func() *exec.Cmd + func Ins() Sshuttle