Skip to content

Commit 7d03fa2

Browse files
clocklearbalopat
authored andcommitted
Enable host DNS resolution in virtualbox driver by default (#3453)
1 parent 2ea91b2 commit 7d03fa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/minikube/drivers/virtualbox/driver.go

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ func createVirtualboxHost(config cfg.MachineConfig) interface{} {
4848
d.NoShare = config.DisableDriverMounts
4949
d.NatNicType = defaultVirtualboxNicType
5050
d.HostOnlyNicType = defaultVirtualboxNicType
51+
d.DNSProxy = false
52+
d.HostDNSResolver = true
5153

5254
return d
5355
}

0 commit comments

Comments
 (0)