Doubts regarding domains-blocklist.conf and usr/share/ #2695
t-kowalewski
started this conversation in
Potential issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Currently, in order to configure filtering based on external lists, the user has to overwrite
/usr/share/dnscrypt-proxy/utils/generate-domains-blocklist/domains-blocklist.conf
In my understanding this location is supposed to be used by read-only data files(1), Arch Wiki also mentions that overwriting files under
usr/share
isn't a good idea (2)Wouldn't it be a cleaner solution to move such overwritable config files under
/etc/
?Besides, in the current state, a package update will reset the modified
domains-blocklist.conf
, right?Beta Was this translation helpful? Give feedback.
All reactions