# Functions

NewAddr returns a net.Addr that holds an address of the form `host:port` with a domain name or IP as host.
NewClient creates a client that routes connections to a Shadowsocks proxy listening at `host:port`, with authentication parameters `cipher` (AEAD) and `password`.

# Interfaces

Client is a client for Shadowsocks TCP and UDP connections.