Update README.md

This commit is contained in:
Andros Fenollosa 2020-08-23 19:15:30 +02:00 committed by GitHub
parent 729c368c87
commit 2d42d0326d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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