From 9e62625f83e4686407898c0584bb5557e2e8578f Mon Sep 17 00:00:00 2001 From: Rob Gill Date: Tue, 15 Apr 2025 14:13:43 +1000 Subject: [PATCH] Install on IPv6-only/DNS64/NAT64 system Alters the test for IPv4 route so the installer doesn't fail instantly on IPv6-only. Gives user a dialog to proceed with IPv6 only installation Switches DNS server options to only contain IPv6 addresses. Signed-off-by: Rob Gill --- automated install/basic-install.sh | 43 ++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index e69256ff..8a18a6cd 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -49,7 +49,6 @@ Google (ECS, DNSSEC);8.8.8.8;8.8.4.4;2001:4860:4860:0:0:0:0:8888;2001:4860:4860: OpenDNS (ECS, DNSSEC);208.67.222.222;208.67.220.220;2620:119:35::35;2620:119:53::53 Level3;4.2.2.1;4.2.2.2;; Comodo;8.26.56.26;8.20.247.20;; -DNS.WATCH (DNSSEC);84.200.69.80;84.200.70.40;2001:1608:10:25:0:0:1c04:b12f;2001:1608:10:25:0:0:9249:d69b Quad9 (filtered, DNSSEC);9.9.9.9;149.112.112.112;2620:fe::fe;2620:fe::9 Quad9 (unfiltered, no DNSSEC);9.9.9.10;149.112.112.10;2620:fe::10;2620:fe::fe:10 Quad9 (filtered, ECS, DNSSEC);9.9.9.11;149.112.112.11;2620:fe::11;2620:fe::fe:11 @@ -57,6 +56,17 @@ Cloudflare (DNSSEC);1.1.1.1;1.0.0.1;2606:4700:4700::1111;2606:4700:4700::1001 EOM ) +DNS_SERVERS_IPV6_ONLY=$( + cat <