Earlier quoted context omitted.
I have a .com domain with 'test' in the name. I was mildly DNS spammed because Microsoft admins would create that thing with test in the name. I'd get 10-20 DNS packets a day. I moved it to an external DNS provider just to give my logs a break.
20 packets a day? Phew! So you barely survived the DDoS!
Example Domain
61–68 of 68 posts
Re: Example Domain
#62This is a great reminder that when working with test data for stuff like email delivery, always use example.com (or a few other similar TLDs) and not stuff like "test.com" or "acme.com" or "dummyuser.com". I see this all the time by devs and they don't understand the risk and why example.com was put into the standards.
I have a .com domain with 'test' in the name. I was mildly DNS spammed because Microsoft admins would create that thing with test in the name. I'd get 10-20 DNS packets a day. I moved it to an external DNS provider just to give my logs a break.
Re: Example Domain
#63IANA also reserves TLDs like '.test' and '.example' as well as some IDN equivalents. https://www.rfc-editor.org/rfc/rfc2606.html https://www.iana.org/domains/reserved
And .local, right?
.test
.example
.invalid
.localhostRe: Example Domain
#64Re: Example Domain
#65Re: Example Domain
#66Earlier quoted context omitted.
I always use `myco.example` for testing requests and emails, as well as documentation. https://en.wikipedia.org/wiki/.example It'll never resolve to anything, and makes it really obvious the code is for testing or sample code.
No guarantee an .example TLD won't be created
Re: Example Domain
#67This is a great reminder that when working with test data for stuff like email delivery, always use example.com (or a few other similar TLDs) and not stuff like "test.com" or "acme.com" or "dummyuser.com". I see this all the time by devs and they don't understand the risk and why example.com was put into the standards.
I always use `myco.example` for testing requests and emails, as well as documentation. https://en.wikipedia.org/wiki/.example It'll never resolve to anything, and makes it really obvious the code is for testing or sample code.