encrypted-dns-server
encrypted-dns-server copied to clipboard
Reloading lists of domains while running
Is it possible to reload domain_blacklist
and undelegated_list
whithout restarting the daemon?
Something like akin sending a SIGHUP just to reload the files and keep running?
I just wanted to open a ticket with the same question as I have the same request.
Would be great if there is something like the following in encrypted-dns.toml
[filtering]
## List of domains to block, one per line
domain_blacklist = "/etc/domain_blacklist.txt"
## reload list of domains to block every n hours
reload_domain_blacklist = 24
Noted. That would indeed be a useful feature. I’ll see what I can do.