Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akivajp/dnsmasq-webconf
- Owner: akivajp
- Created: 2019-11-25T15:11:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T09:51:05.000Z (9 months ago)
- Last Synced: 2024-06-21T12:26:23.460Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - akivajp/dnsmasq-webconf - Web UI for Dnsmasq (others)
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`