commit 9ef10a6f9f8f41ceb5678a05302649e51f513bd7
parent 8ec446831ac7c2cd060c223ee6d096f9ebcf5b1f
Author: awy <awy@awy.one>
Date: Sun, 14 Dec 2025 22:38:59 +0300
dns change to google
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/post_chroot.sh b/post_chroot.sh
@@ -176,7 +176,7 @@ sed -i 's|ACTIVE_CONSOLES="/dev/tty\[1-6\]"|ACTIVE_CONSOLES="/dev/tty[1-2]"|' /e
interface=$(ip route show default | awk '{print $5}')
routerip=$(ip route show default | awk '{print $3}')
machineip=$(ip -4 addr show dev "$interface" | awk '/inet/ {print $2}')
-dnsserver="1.1.1.1"
+dnsserver="8.8.8.8"
cat <<EOL >> /etc/dhcpcd.conf
noarp