Skip to content

Instantly share code, notes, and snippets.

@vinyar
Created November 8, 2016 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinyar/59630d2cee3b279a89ce9027dea3d883 to your computer and use it in GitHub Desktop.
Save vinyar/59630d2cee3b279a89ce9027dea3d883 to your computer and use it in GitHub Desktop.
kitchen and vagrant setup for VPN
c.vm.provider :virtualbox do |p|
p.customize ["modifyvm", :id, "--cpus", "2"]
p.customize ["modifyvm", :id, "--memory", "2048"]
p.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
p.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment