From 2bc473505919631a62ff716f4ce85525fd8a9a41 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 28 Jul 2023 16:29:06 +0200 Subject: [PATCH] mint.sh aktualisiert --- mint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint.sh b/mint.sh index 7adc993..9d2a67a 100644 --- a/mint.sh +++ b/mint.sh @@ -21,7 +21,7 @@ then [ -s /etc/systemd/resolved.conf.d/DoHoT.conf ] && rm -f /etc/systemd/resolved.conf.d/DoHoT.conf else echo "[Resolve] -DNS=127.0.0.55 +DNS=127.0.2.1 Domains=~." | sudo tee /etc/systemd/resolved.conf.d/DoHoT.conf sudo systemctl restart systemd-resolved.service fi