提交 7d03fa21 编写于 作者: C Cory Locklear 提交者: Balint Pato

Enable host DNS resolution in virtualbox driver by default (#3453)

上级 2ea91b21
......@@ -48,6 +48,8 @@ func createVirtualboxHost(config cfg.MachineConfig) interface{} {
d.NoShare = config.DisableDriverMounts
d.NatNicType = defaultVirtualboxNicType
d.HostOnlyNicType = defaultVirtualboxNicType
d.DNSProxy = false
d.HostDNSResolver = true
return d
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册