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'