1.0.11 • Published 11 months ago

dnsmasq-setup v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Docker DNS Setup

This project help to automate the dns proxy settings for local development environment.

semantic-release version code style: prettier Commitizen friendly GitHub All Releases

Installation

Using npm

To install dnsmasq-setup globally using npm, run the following:

npm install -g dnsmasq-setup

Usage

Before Starting dnsmasq-setup, make sure you are not running any other software that is listening on ports 53, 80, 443 and 19322. This will cause the command to fail. To allow the script to modify your systems DNS configuration, it may ask you to run the command with sudo the first time the script is run. Once configured, the script can be run with normal privileges.

Usage: dnsmasq-setup [options] [command]

A utility to help setup a docker development environment with host based routing

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  start          Pull and start the proxy container and configure DNS
  stop           Stop the proxy container
  restart        Restart the proxy container

Please feel free to follow readme

Thanks to Code Kitchen and AJ May

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago