vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::ProviderVirtualBox::Config#auto_nat_dns_proxy
Vagrant by default will make "smart" decisions to enable/disable the NAT DNS proxy. If this is set to `true`, then the DNS proxy will not be enabled, and it is up to the end user to do it.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/providers/virtualbox/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--ProviderVirtualBox--Config-auto_nat_dns_proxy-for-pr
# Commit to gitgit add plugins/providers/virtualbox/config.rbgit commit -m "better docs for VagrantPlugins::ProviderVirtualBox::Config#auto_nat_dns_proxy"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--ProviderVirtualBox--Config-auto_nat_dns_proxy-for-pr
hub pull-request
# Celebrate!