Module: VagrantAutoDNS

Defined in:
lib/vagrant-autodns/action.rb,
lib/vagrant-autodns.rb,
lib/vagrant-autodns/config.rb,
lib/vagrant-autodns/daemon.rb,
lib/vagrant-autodns/plugin.rb,
lib/vagrant-autodns/command.rb,
lib/vagrant-autodns/version.rb,
lib/vagrant-autodns/autodnsdb.rb,
lib/vagrant-autodns/cap/common.rb,
lib/vagrant-autodns/cap/get_ip.rb,
lib/vagrant-autodns/actions/add.rb,
lib/vagrant-autodns/commands/add.rb,
lib/vagrant-autodns/actions/start.rb,
lib/vagrant-autodns/commands/list.rb,
lib/vagrant-autodns/commands/stop.rb,
lib/vagrant-autodns/actions/delete.rb,
lib/vagrant-autodns/commands/clear.rb,
lib/vagrant-autodns/commands/delete.rb,
lib/vagrant-autodns/commands/status.rb,
lib/vagrant-autodns/actions/teardown.rb,
lib/vagrant-autodns/cap/redirect_dns.rb,
lib/vagrant-autodns/commands/restart.rb,
lib/vagrant-autodns/commands/reload_all.rb,
lib/vagrant-autodns/actions/redirect_dns.rb,
lib/vagrant-autodns/cap/install_iptables.rb

Overview

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Defined Under Namespace

Modules: Action, Cap Classes: AutoDNSDB, AutoDNSError, Command, Config, Daemon, Plugin

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.autodnsdbObject



14
# File 'lib/vagrant-autodns.rb', line 14

def self.autodnsdb; Daemon.autodnsdb; end