issues
search
zerotier
/
zeronsd
A DNS server for ZeroTier users
https://zerotier.com
BSD 3-Clause "New" or "Revised" License
512
stars
57
forks
source link
Refreshing of hosts database on demand
#52
Closed
erikh
closed
3 years ago
erikh
commented
3 years ago
Three ways we could do this:
Refresh on the interval with the records. We were doing this before and it was causing trouble, but that should be easier to fix now.
inotify/similar notification systems could help us determine when the file changes, and when to read it.
refresh on signal or subcommand (which could just send a signal). We talk about control sockets in #1, maybe this is another good use for it.
Three ways we could do this: