encrypted-dns-server icon indicating copy to clipboard operation
encrypted-dns-server copied to clipboard

Reloading lists of domains while running

Open pysiak opened this issue 4 years ago • 2 comments

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?

pysiak avatar Nov 28 '20 18:11 pysiak

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

mibere avatar Jan 11 '21 17:01 mibere

Noted. That would indeed be a useful feature. I’ll see what I can do.

jedisct1 avatar Jan 17 '21 23:01 jedisct1