Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
improve dns config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnisoph committed Feb 23, 2015
1 parent 91f18d9 commit d68ce03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/centos-7/template.json
Expand Up @@ -42,7 +42,8 @@
["modifyvm", "{{.Name}}", "--cpus", "2"],
["modifyvm", "{{.Name}}", "--usb", "off"],
["modifyvm", "{{.Name}}", "--usbehci", "off"],
["modifyvm", "{{.Name}}", "--audio", "none"]
["modifyvm", "{{.Name}}", "--audio", "none"],
["modifyvm", "{{.Name}}", "--natdnshostresolver1", "on"]
]
}
],
Expand Down
3 changes: 2 additions & 1 deletion templates/debian-7/template.json
Expand Up @@ -56,7 +56,8 @@
["modifyvm", "{{.Name}}", "--cpus", "2"],
["modifyvm", "{{.Name}}", "--usb", "off"],
["modifyvm", "{{.Name}}", "--usbehci", "off"],
["modifyvm", "{{.Name}}", "--audio", "none"]
["modifyvm", "{{.Name}}", "--audio", "none"],
["modifyvm", "{{.Name}}", "--natdnshostresolver1", "on"]
]
}
],
Expand Down

0 comments on commit d68ce03

Please sign in to comment.