aboutsummaryrefslogtreecommitdiff
path: root/middleware/proxy/dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/proxy/dns.go')
-rw-r--r--middleware/proxy/dns.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/middleware/proxy/dns.go b/middleware/proxy/dns.go
index 157d97992..c1c0ad078 100644
--- a/middleware/proxy/dns.go
+++ b/middleware/proxy/dns.go
@@ -15,6 +15,7 @@ type dnsEx struct {
Options
}
+// Options define the options understood by dns.Exchange.
type Options struct {
ForceTCP bool // If true use TCP for upstream no matter what
}