From c24708f87718680bb39907a4f43bb2980740dacd Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Mon, 5 Aug 2024 11:14:05 +0200 Subject: [PATCH] test: run with altered dns Signed-off-by: Stephan Wendel --- config/default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default b/config/default index 4b619ac76..e3fb9a54e 100644 --- a/config/default +++ b/config/default @@ -22,11 +22,14 @@ DIST_NAME="MainsailOS" BASE_BOOT_MOUNT_PATH=boot +BASE_USE_ALT_DNS="1.0.0.1 1.1.1.1 8.8.8.8 8.8.4.4 9.9.9.9 149.112.112.112 208.67.222.222 208.67.220.220" + # export Variables export BASE_BOOT_MOUNT_PATH export DIST_NAME export DIST_VERSION export BASE_ZIP_IMG +export BASE_USE_ALT_DNS ### JSON sniplet Setup ### NOTE: Please see all config files for setup variables!!!