From 2d42d0326d40344a302384d991daf710eb65674b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 23 Aug 2020 19:15:30 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7878117..fc4901a 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,20 @@ Optional but recommended, make a backup of your hosts file. sudo cp /etc/hosts /etc/hosts.backup ``` +## 🤖 Auto update of domains to be blocked + +Open your `cron`. + +``` bash +crontab -e +``` + +Add the following line at the end. + +``` +@daily myuser maza update +``` + ## 🔪 Uninstall ``` bash