Dynamic DNS for OpenNebula (fork with setuid)
 
 
 
Go to file
Justin Riley a7051e0689 server: build new zone and replace live copy in sync
Instead of clearing the live zone and iterating through and adding
records from OpenNebula we build an entirely new zone, sync it with
OpenNebula, and instantaneously swap it with the currently live zone.
This minimizes the amount of time that the DNS server is missing entries
while its syncing with OpenNebula.
2016-09-28 11:16:31 -04:00
onedns server: build new zone and replace live copy in sync 2016-09-28 11:16:31 -04:00
.gitignore gitignore: ignore .eggs directory 2016-08-03 00:12:31 -04:00
README.md remove all traces of skydns and etcd from code 2016-08-02 11:54:29 -04:00
requirements.txt resolver: add thread mutex and use new zone module 2016-08-17 16:21:05 -04:00
setup.cfg use pytest-flake8 plugin 2016-08-03 00:44:16 -04:00
setup.py resolver: add thread mutex and use new zone module 2016-08-17 16:21:05 -04:00

README.md

OneDNS

Dyanmic DNS for OpenNebula