From f2193fd50e9099f7577f5aac6cda6a7ab367bfa3 Mon Sep 17 00:00:00 2001 From: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:14:27 -0600 Subject: [PATCH] fix: remove old config --- lib/vagrant-zones/config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant-zones/config.rb b/lib/vagrant-zones/config.rb index ae23636..ee014bc 100644 --- a/lib/vagrant-zones/config.rb +++ b/lib/vagrant-zones/config.rb @@ -51,7 +51,6 @@ def initialize @setup_wait = 90 @box = UNSET_VALUE @clean_shutdown_time = 300 - @dns = [{ 'nameserver' => '1.1.1.1' }, { 'nameserver' => '1.0.0.1' }] @vmtype = 'production' @partition_id = '0000' @sshport = '22'