1

I want to find an address that resolves realy slowly to test dns resolving error handling. Or if I can simulate a slow dns address resolving it will be also fine.

Nadzzz
  • 127
  • 1

2 Answers2

2

I don't think any one around here maintains a list of slow DNS servers. You could simulate slow DNS resolution by setting up traffic shaping to an existing name server, though.

Aaron Copley
  • 12,525
  • 5
  • 47
  • 68
1

slodns does this (defaults to delaying answers by 1s). Found it via this workshop explaining how to troubleshoot, using gethostlatency.

Tobu
  • 4,437
  • 1
  • 24
  • 31