abh / geodns

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

Skip unchanged zonefiles #80

Closed abligh closed 9 years ago

abligh commented 9 years ago

Do not reload zonefiles which are entirely unchanged as determined by SHA256 hash. In an environment where (e.g.) zones are PUT using a REST API the same zone may be delivered in a situation where it is entirely unchanged. In this circumstance is it useful to avoid reloading it.

abh commented 9 years ago

Sorry I'm taking a minute to process these. It takes a little pondering to review the code and in particular the different perspective you bring on how to use GeoDNS. I want to make sure we evolve it to be better and not just support another peculiar use case (my original probably being the most peculiar of all!).

I cherry-picked this in (1c499426c5). Can you you rebase?

abligh commented 9 years ago

No problem at all - rebasing completed.

On 3 Sep 2015, at 01:30, Ask Bj�rn Hansen notifications@github.com wrote:

Sorry I'm taking a minute to process these. It takes a little pondering to review the code and in particular the different perspective you bring on how to use GeoDNS. I want to make sure we evolve it to be better and not just support another peculiar use case (my original probably being the most peculiar of all!).

I cherry-picked this in. Can you you rebase?

� Reply to this email directly or view it on GitHub.

Alex Bligh