Commit 8ab83a17 authored by AllenZMC's avatar AllenZMC Committed by Chris O'Haver

fix mis-spelling in item.go (#3156)

parent 81bba801
...@@ -54,7 +54,7 @@ func (i *item) toMsg(m *dns.Msg, now time.Time) *dns.Msg { ...@@ -54,7 +54,7 @@ func (i *item) toMsg(m *dns.Msg, now time.Time) *dns.Msg {
m1 := new(dns.Msg) m1 := new(dns.Msg)
m1.SetReply(m) m1.SetReply(m)
// Set this to true as some DNS clients disgard the *entire* packet when it's non-authoritative. // Set this to true as some DNS clients discard the *entire* packet when it's non-authoritative.
// This is probably not according to spec, but the bit itself is not super useful as this point, so // This is probably not according to spec, but the bit itself is not super useful as this point, so
// just set it to true. // just set it to true.
m1.Authoritative = true m1.Authoritative = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment