From 548cba52f05ba4e1ab43e5c6ac00c13fdba840b7 Mon Sep 17 00:00:00 2001 From: borekon Date: Fri, 23 Jun 2023 09:28:30 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c27dc1e..d328d78 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # scripts 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 -* **ifaces.sh** --> Añade dirección ip de los interfaces de red físicos a la pantalla de inicio de sesión - * _curl -s 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 -* **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 -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash_ \ No newline at end of file +```curl -s 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. + +```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/test_dns.sh | bash``` + +## 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 -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/adblock_test.sh | bash``` \ No newline at end of file