Giter VIP home page Giter VIP logo

debian-dnsmasq-pounder's Introduction

debian-dnsmasq-pounder

This project stands up dnsmasq inside docker inside virtualbox via vagrant, forwarding the following ports:

  • localhost:60053/udp is forwarded to dnsmasq
  • localhost:62375/tcp is forwarded to docker in the VM

Dependencies

  1. vagrant
  2. virtualbox
  3. docker

Configuration

  • dnsmasq is configured by vmfiles/dnsmasq-conf/dnsmasq.conf
  • dnsmasq is configured (by default) to serve only the records included in vmfiles/dnsmasq-conf/hosts

Usage

  1. clone this repo
  2. cd into the repo dir
  3. vagrant up
  4. This will take some time, more/less depending on your bandwidth and system. It takes about 90 seconds on my system.
  5. When it's finished, dig @localhost -p60053 one.
  6. echo '1.2.3.4 another.record' >> vmfiles/dnsmasq-conf/hosts
  7. docker -H tcp://localhost:62375 kill -s HUP $(docker -H tcp://localhost:62375 ps -q)
  8. dig @localhost -p60053 another.record

debian-dnsmasq-pounder's People

Contributors

moquist avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.