mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 06:24:35 +03:00
change edns0
This commit is contained in:
@@ -120,7 +120,7 @@ func (rc *ResolverChecker) checkOne(resolver string) bool {
|
||||
m := new(dns.Msg)
|
||||
m.SetQuestion(dns.Fqdn(qname), dns.TypeTXT)
|
||||
m.RecursionDesired = true
|
||||
m.SetEdns0(1232, false)
|
||||
m.SetEdns0(4096, false)
|
||||
|
||||
resp, _, err := c.Exchange(m, resolver)
|
||||
// We consider the resolver healthy if we get any DNS response back
|
||||
|
||||
Reference in New Issue
Block a user