Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "FREEDOM"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DialPacket ¶
type Config ¶
type Config struct { LocalHost string `json:"local_addr" yaml:"local-addr"` LocalPort int `json:"local_port" yaml:"local-port"` DNS []string `json:"dns" yaml:"dns"` TCP TCPConfig `json:"tcp" yaml:"tcp"` ForwardProxy ForwardProxyConfig `json:"forward_proxy" yaml:"forward-proxy"` }
type ForwardProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.