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

optionally ignore TTL in comparisons #3

Closed jantman closed 10 years ago

jantman commented 10 years ago

add an option (command line and config file) to ignore the 'ttl' attribute when comparing DNS server responses

jantman commented 10 years ago

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