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

handle one-character hostnames #4

Closed jantman closed 10 years ago

jantman commented 10 years ago

the parsing regexes fail on hostnames like m.example.com, which is a problem...

jantman commented 10 years ago

this is fixed in the 'sleep' branch