...Also read howto file in here to see if you are using new DNS. In there i have one example showing how to use 'dig.exe google.com' and check the 'SERVER' line if in this case says your server is 1.1.1.1.
...What the script does (overview)
At every boot it:
Overwrites /etc/resolv.conf
Loads three DNS servers simultaneously
Logs the action to /tmp/dns-loader.log
The DNS servers used are:
DNS Provider Purpose
1.1.1.1 Cloudflare very fast
9.9.9.9 Quad9 security filtering
8.8.8.8 Google global reliability
Linux will try them in order, automatically failing over if one does not respond.
2. Line-by-line explanation
Script header
#!/bin/sh
This tells Linux to execute the script using the POSIX shell (sh).
It guarantees compatibility with:
EasyOS
Puppy Linux
Busybox shell
minimal Linux systems
Script descripti
Deja de usar la terminal para algo tan cotidiano como usar una VPN.
Esta VPN, proveída por Cloudflare, es gratuita e incluye funciones como protección contra malware y contenido de escaso valor moral.
Instalación
Mediante Swiftinstall
Descarga el paquete .deb
Abre Swiftinstall y selecciona el paquete
Pulsa en Instalar.
Mediante dpkg
Ejecuta dpkg -i warp-exec-v1.deb
Requisitos
Tener instalada Warp VPN -> https://pkg.cloudflareclient.com/#debian
Haber activado Warp ->...