From ebf34b99f33f81ebf1f44043d1147c8e7cc268cf Mon Sep 17 00:00:00 2001 From: quietsy Date: Mon, 6 May 2024 09:33:28 +0300 Subject: [PATCH] Add cron to hardcoded dns --- docs/hardcoded-dns.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/hardcoded-dns.md b/docs/hardcoded-dns.md index fd4bf44..958a04c 100644 --- a/docs/hardcoded-dns.md +++ b/docs/hardcoded-dns.md @@ -80,3 +80,19 @@ Navigate to AGH > Filters > DNS blocklists and add the following blocklist: ``` https://raw.githubusercontent.com/dibdot/DoH-IP-blocklists/master/doh-domains.txt ``` + +### Cron + +Create a cron job to automatically update the blocklist every day. + +Navigate to System > Settings > Cron and add the following job: + +``` +Eabled: checked +Minutes: 0 +Hours: 0 +Day of the month: * +Months: * +Days of the week: * +Command: Update and reload firewall aliases +```