Skip to content

Commit

Permalink
Add cron to hardcoded dns
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed May 6, 2024
1 parent cac5e29 commit ebf34b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/hardcoded-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ebf34b9

Please sign in to comment.