Actualizar 'README.md'

Added adblock_test
This commit is contained in:
borekon 2023-06-12 10:56:09 +00:00
parent 9911472b7b
commit 06b2398492

View File

@ -5,4 +5,6 @@ Colección de scripts para automatizar tareas en Debian.
* **ifaces.sh** --> Añade dirección ip de los interfaces de red físicos a la pantalla de inicio de sesión
* _curl https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash_
* **test_dns.sh** --> Bash script to test speed of DNS queries. It does it digging some servers.
* **vnstati.sh** --> script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to
* **vnstati.sh** --> script to send vnstati graph to mail. Can be executed as cronjob (recommended). Dont forget to change mailfrom and mail-to
* **adblock_test.sh** --> Command-line tool to test if a DNS server blocks ads (e.g. pihole). You can specify another DNS server (by default it reads entries from resolv.conf).
* _curl https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash_