# Functions
NewSocks5Tunnel creates a new socks5 proxy using the ssh tunnel.
NewTcpTunnel creates a new ssh tunnel forwading tcp traffic.
ParseInlineConfig parses the given data as a JSON object and returns a Config if the "useSSH" field is true.
Socks5HTTPTransport returns an http.Transport that uses the provided host and port as a socks5 proxy.
# Variables
NoTunnelCloser is a function that does nothing and returns nil.
# Interfaces
Tunnel is an ssh tunnel.