Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akivajp/dnsmasq-webconf

Web UI for Dnsmasq
https://github.com/akivajp/dnsmasq-webconf

Last synced: 3 months ago
JSON representation

Web UI for Dnsmasq

Awesome Lists containing this project

README

        

# Dnsmasq WebConf

Simple Configuration Web UI for Dnsmasq

![Screenshot](https://user-images.githubusercontent.com/4126355/70373854-96a87080-192f-11ea-8c5e-673323248b6d.png)

## Installation

* clone repository

```shell
$ mkdir -p ~/git && cd ~/git
$ git clone [email protected]:akivajp/dnsmasq-webconf.git
```

* install pip modules

```
$ pip install --user bottle jinja2
```

## Usage

* start server

```
$ python ~/git/dnsmasq-webconf/app/index.py [port_number] [--hosts path_to_hosts_file] [--leases path_to_leases_file --config] [path_to_dnsmasq_config]
```

* access with your browser: `http://hostname:port_number`