curl follow redirect

This commit is contained in:
borekon 2024-05-02 14:22:03 +00:00
parent 9abac43eb4
commit 099718edd0

View File

@ -6,7 +6,7 @@ Añade dirección ip de los interfaces de red físicos a la pantalla de inicio d
```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash``` ```curl -s https://gitea.avc.cx/borekon/scripts/raw/branch/main/ifaces.sh | bash```
```curl -s https://avc.cx/ifaces | bash ``` ```curl -sL https://avc.cx/ifaces | bash ```
## test_dns.sh ## test_dns.sh
Bash script to test speed of DNS queries. It does it digging some servers. Bash script to test speed of DNS queries. It does it digging some servers.