| ▲ | teddyh 5 hours ago | |||||||
Having all those TXT records at the domain apex like that makes the TXT query reply huge, which affects, for instance, every mail recipient who merely wants to check the SPF record. This is a bad pattern to follow. | ||||||||
| ▲ | Bender 2 hours ago | parent | next [-] | |||||||
The domains with large numbers of TXT records are also used in DNS DDoS amplification attacks. Spoofed UDP requests to domains that have a large number of TXT records are used to slam other sites. In the past I would transparently strip the TXT records when I ran public DNS recursive resolvers nobody noticed except the botters but some here may be activated. Some domains with a lot of dangling records:
Ebay used to be in first place, not sure what changed.In unbound.conf:
after the changes: | ||||||||
| ||||||||
| ▲ | inigyou 2 hours ago | parent | prev [-] | |||||||
The better pattern is to use an underscore prefix like _discord-verification.domain.com If your site allows user-created subdomains it shouldn't allow leading underscore. This is reserved somehow. | ||||||||