jantman / pydnstest

ABANDONED - Python tool for testing DNS changes (add, remove, rename, change records) against a staging DNS server, verifying the same changes against production, or confirming that a record returns the same result in both environments.
GNU Affero General Public License v3.0
11 stars 1 forks source link

sleep between queries #2

Closed jantman closed 10 years ago

jantman commented 10 years ago

add an option to sleep a float number of seconds between queries, for bad DNS servers. should also be in the config file

jantman commented 10 years ago

this should be fixed in the sleep branch, but still needs tests