Config option to set DNS resolver
This commit is contained in:
@ -4,4 +4,5 @@ type Config struct {
|
||||
ListenAddress string // Address to listen on, passed to net.Listen
|
||||
ListenType string // Type of network to listen on, passed to net.Listen. One of tcp, tcp4 and tcp6
|
||||
|
||||
DNSResolver string // Address to send UDP & TCP DNS requests to. If set, the Go resolver will also be forced.
|
||||
}
|
||||
|
Reference in New Issue
Block a user