DNSCrypt Proxy
DNSCrypt Proxy
Table of Contents:
DNS Crypt Proxy References
Crontab
Re-populate any block lists and restart service to import the new generated lists.
# Re-populate the blacklist add any addtional lists to subscribe to
30 */2 * * * python $HOME/generate-domains-blacklist.py -c /etc/dnscrypt-proxy/domains-blocklist.conf -o /var/cache/dnscrypt-proxy/dnscrypt-blocklist-domains.txt
# Reload DNS Crypt to update list
45 */5 * * * systemctl stop dnscrypt-proxy.socket; systemctl stop dnscrypt-proxy.service; systemctl start dnscrypt-proxy
Updates
Modified Date | Updates |
---|---|
2024-03-09T18:15:50Z | Initial write-up |
2024-05-18T16:36:47Z | Added Details |