Skip to content

Instantly share code, notes, and snippets.

View rafaelrp's full-sized avatar

Rafael Ranzolin Pedroso rafaelrp

  • Softlog, Offline
  • Passo Fundo, Rs, Brasil
View GitHub Profile
@mitchellh
mitchellh / gist:1277049
Created October 11, 2011 01:30
Configure Vagrant VM to use Host DNS for VPN
Vagrant::Config.run do |config|
# ...
config.vm.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end