Skip to content

Instantly share code, notes, and snippets.

@mattgray
Created December 23, 2014 17:10
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattgray/0a72e8d61a5ca115c406 to your computer and use it in GitHub Desktop.
Save mattgray/0a72e8d61a5ca115c406 to your computer and use it in GitHub Desktop.
Test Kitchen .kitchen.local.yml to enable Virtualbox Vagrant backend to use Host DNS for VPN
driver:
name: vagrant
customize:
natdnshostresolver1: 'on'
@mattgray
Copy link
Author

Put this alongside your regular .kitchen.yaml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment