Documentation ¶ Index ¶ type Client func New(c *Config) *Client func (o *Client) Down() error func (o *Client) Exchange(msg *dns.Msg, addrs []string) (*dns.Msg, error) func (o *Client) ExchangeRandomDNS(msg *dns.Msg) (*dns.Msg, error) func (o *Client) Up() error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func New ¶ func New(c *Config) *Client func (*Client) Down ¶ func (o *Client) Down() error func (*Client) Exchange ¶ func (o *Client) Exchange(msg *dns.Msg, addrs []string) (*dns.Msg, error) func (*Client) ExchangeRandomDNS ¶ func (o *Client) ExchangeRandomDNS(msg *dns.Msg) (*dns.Msg, error) func (*Client) Up ¶ func (o *Client) Up() error type Config ¶ type Config struct { DNS []string `yaml:"dns"` } Source Files ¶ View all Source files client.goconfig.go Click to show internal directories. Click to hide internal directories.