dnsmasq
simple wrapper for dnsmasq in javascript
Installation
$ npm install dnsmasq
Example
const dnsmasq = ; const config = dnsmasq;const server = ;// const server = dnsmasq({// 'port': '5353',// 'interface': 'br0',// 'log-dhcp': true,// 'log-queries': true,// 'log-facility': '/var/log/dnsmasq.log'// }); serverstart { console;}; const fs = ;const leases = ; fs;
Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by
$ npm install
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
MIT
This work is licensed under the MIT license.