abh / geodns

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

Automatically reload json zone configuration #6

Closed abh closed 12 years ago

abh commented 12 years ago

Have a goroutine check if the json files have been updated every 5-10 seconds. When a file has been updated, reload it atomically and safely (if loading the new file fails, continue running with the old file).