Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Install unbound

notracking edited this page Jan 10, 2021 · 1 revision

How to install using unbound

Automatic update example script can be found here.

  • Download the following file (or use a daily cronjob to do it automatically)
https://raw.githubusercontent.com/notracking/hosts-blocklists/master/unbound/unbound.blacklist.conf
  • Edit and add the following line to unbound.conf
include: "/path/to/unbound.blacklist.conf"
  • Restart unbound (reload will not update list changes) sudo service unbound restart