vagrant-dnsmasq icon indicating copy to clipboard operation
vagrant-dnsmasq copied to clipboard

A Dnsmasq Vagrant plugin that manages the dnsmasq.conf file and /etc/resolver directory on your host system.

Results 7 vagrant-dnsmasq issues
Sort by recently updated
recently updated
newest added

I'm trying to set IP using this in **VagrantFile**: config.dnsmasq.ip = proc do |guest_machine| guest_machine.communicate.sudo("hostname -I | awk '{print $NF}'") do |type, data| data end end But there are not...

I installed this plugin and `vagrant up`, it won't proceed with the following error: ``` ➜ Projects vagrant up /opt/vagrant/embedded/gems/gems/bundler-1.10.5/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find little-plugger-1.1.4 in any of...

on Mac OS X: Even `dscacheutil -flushcache` and `sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist; sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist` won't help to do a correct nameserver lookup. Deactivating the complete network (e.g. Wifi)...

enhancement
question

There's some commits that fix the ffi dependency resolution messages/errors that are present in 0.1.1 which is the version currently available on rubygems, specifically 2826b914f1b2303ece9a97257e077cbb9cd29c0f ``` shell /opt/vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/spec_set.rb:92:in `block in...

improve sudo requirements

enhancement

Is there an option to edit dnsmasq.conf file with sudo? Host: Linux Ubuntu 14.04 Vagrant: 1.4.3 vagrant-dnsmasq: 0.9

enhancement

By default this plugin uses 'hostname -I' to try to determine the IP address(es) of a guest system. Unfortunately, not all OS versions support -I. Wouldn't it be just as...

enhancement