diff options
author | Silvino Silva <silvino@bk.ru> | 2020-01-08 01:01:04 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2020-01-08 01:01:04 +0000 |
commit | 49c5e90580fb30971367f653589f23ac37b583ad (patch) | |
tree | 9aa422ac7691ab7841e144793f54c34b163b6b05 /tools/dnsmasq.html | |
parent | 2699bee925ca6ce95bf14bc95249b22952aaf478 (diff) | |
download | doc-49c5e90580fb30971367f653589f23ac37b583ad.tar.gz |
improved documentation on git,dnsmasq
Diffstat (limited to 'tools/dnsmasq.html')
-rw-r--r-- | tools/dnsmasq.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/dnsmasq.html b/tools/dnsmasq.html index ca776d1..39b53e6 100644 --- a/tools/dnsmasq.html +++ b/tools/dnsmasq.html @@ -65,11 +65,25 @@ <p>Check /var/lib/dhcp/dnsmasq.leases to get list of dhcp leases assigned.</p> + <h3>Local host</h3> + + <p>To configure dnsmasq for local host only change configuration provided values to;</p> + + <pre> + server=10.0.0.254 + #interface=br0 + #interface=wlp7s0 + listen-address=127.0.0.7 + #no-dhcp-interface=wlp7s0 + #dhcp-range=10.0.0.100,10.0.0.200,255.0.0.0,2h + #enable-tftp + </pre> + <a href="index.html">Tools Index</a> <p> This is part of the Hive System Documentation. - Copyright (C) 2019 + Copyright (C) 2020 Hive Team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> |