abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.39k stars 193 forks source link

Move last read out of zone #77

Closed abligh closed 9 years ago

abligh commented 9 years ago

Only load zones when they parse correctly, but record the modify time whenever we try to parse them. This fixes the issue of constantly trying to reparse broken zones.

Discussed under pull request #69

abh commented 9 years ago

This has been cherry-picked in as f8c1b6d9b7ca6ff6 (with #80)

abligh commented 9 years ago

Already merged via cherry pick