mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
Update README.md
This commit is contained in:
parent
729c368c87
commit
2d42d0326d
14
README.md
14
README.md
@ -74,6 +74,20 @@ Optional but recommended, make a backup of your hosts file.
|
|||||||
sudo cp /etc/hosts /etc/hosts.backup
|
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
|
## 🔪 Uninstall
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
Loading…
Reference in New Issue
Block a user