Skip to content

Commit

Permalink
Merge pull request AgileVentures#53 from dcorking/vagrant-networking-…
Browse files Browse the repository at this point in the history
…tweaks

Vagrant networking tweaks for Sam
  • Loading branch information
tansaku committed Jun 19, 2014
2 parents 6eb96fe + 45c0716 commit 2269240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", path: "vagrant-ubuntu-install.sh", privileged: false
config.vm.network :forwarded_port, host: 3003, guest: 3000
config.vm.synced_folder ".", "/LocalSupport"

config.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
end

0 comments on commit 2269240

Please sign in to comment.