Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

treewolf/unbound_blocklist_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

unbound blocklist updater

Purpose

Update unbound's blocklist automatically. Script is run from a cron job.

General overview

  1. Fetches open source block lists
  2. Parses lists according to unbound's syntax
  3. Loads new list and runs config check
  4. If config passes test then replace old versions and reload unbound service
  5. If config fails, then remove the newest lists

What I am running

  • FreeBSD 12.2-RELEASE on a raspberry pi 3b
  • unbound-1.10.1

Block lists

These block lists are from multiple open source repos:

Homepage
https://github.com/blocklistproject/Lists
https://adaway.org/
https://github.com/Yhonay/antipopads

Uses shellcheck for posix compliance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages