Skip to content

Instantly share code, notes, and snippets.

@mattgray
Created December 23, 2014 17:10
Show Gist options
  • Select an option

  • Save mattgray/0a72e8d61a5ca115c406 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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