Sha256: 57cca452176be7a257d737885e9def93d58fc4c7c18cac276bfcf38f97778212

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

# Intro
vagrant-dns enables easy dns management of multiple local Vagrant machines.

It composed from a Vagrant plugin and standalone dns server, the plugin auto registers the host and ip of the VM once it boots up making it available for lookup on both the host and guest machines.

Follow [this](https://www.youtube.com/watch?v=6GFobNDvwpI) this demo to see it in action.

# Install
 
```bash
  $ sudo aptitude install libzmq1  libzmq-dev
  $ gem install vagrant-dns-server
```

# Usage

Add the plugin to the project Gemfile, use vagrant_dns server to boot the local dns server


# Alternatives

There are two existing project that aim to provide similar functionality:

 * BerlinVagran [vagrant-dns](https://github.com/BerlinVagrant/vagrant-dns) which seems to be able to manage only a single machine and is OSX only.
 
 * [vagrant-hostname](https://github.com/mosaicxm/vagrant-hostmaster) which manipulates /etc/hosts, this requires to enter sudo password for each machine (not an option when starting numerous machines).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-dns-server-0.3 README.md
vagrant-dns-server-0.2 README.md