From f97696a051b73fd895c3caa9e3554a1436cc10e5 Mon Sep 17 00:00:00 2001 From: unchama <11990197+unchama@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:40:34 +0900 Subject: [PATCH] fix nameserver --- deploy-vm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy-vm.sh b/deploy-vm.sh index fdc2627..a3392ec 100644 --- a/deploy-vm.sh +++ b/deploy-vm.sh @@ -146,7 +146,8 @@ config: netmask: '255.255.252.0' - type: nameserver address: - - '172.16.3.254' + - '10.255.0.1' + - '10.255.0.2' search: - 'local' EOF