mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Reduce the EDNS0 size to 1232
@see https://github.com/dns-violations/dnsflagday/issues/125
This commit is contained in:
@@ -41,7 +41,7 @@ def handle_needs_login():
|
||||
|
||||
# DNS stub configured to do DNSSEC enabled queries
|
||||
resolver = dns.resolver.Resolver()
|
||||
resolver.use_edns(0, 0, 1500)
|
||||
resolver.use_edns(0, 0, 1232)
|
||||
resolver.flags = dns.flags.AD | dns.flags.RD
|
||||
|
||||
def has_dane_record(domain, timeout=10):
|
||||
|
||||
Reference in New Issue
Block a user