aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/dns.go')
-rw-r--r--lib/dns/dns.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/dns/dns.go b/lib/dns/dns.go
index 8e13200d..d6563adc 100644
--- a/lib/dns/dns.go
+++ b/lib/dns/dns.go
@@ -46,10 +46,6 @@ const (
rdataIPv6Size = 16
// sectionHeaderSize define the size of section header in DNS message.
sectionHeaderSize = 12
-
- dohHeaderKeyAccept = "accept"
- dohHeaderKeyContentType = "content-type"
- dohHeaderValDNSMessage = "application/dns-message"
)
// List of error messages.