2023-08-30 21:34:05 -05:00
|
|
|
# server endpoints
|
|
|
|
listen-address=::1,127.0.0.1,10.0.0.1
|
|
|
|
port=53
|
|
|
|
|
|
|
|
# DNS cache entries
|
|
|
|
cache-size=10000
|
|
|
|
|
|
|
|
# local domain entries
|
|
|
|
local=/lan/
|
|
|
|
domain=lan
|
|
|
|
expand-hosts
|
|
|
|
|
|
|
|
dhcp-authoritative
|
|
|
|
|
|
|
|
conf-file=/usr/share/dnsmasq/trust-anchors.conf
|
|
|
|
dnssec
|
|
|
|
|
2022-01-31 16:44:36 -06:00
|
|
|
except-interface=wan0
|
2023-08-30 21:34:05 -05:00
|
|
|
interface=lan0
|
2021-07-09 17:21:45 -05:00
|
|
|
|
2022-01-31 16:44:36 -06:00
|
|
|
enable-ra
|
2021-07-09 17:21:45 -05:00
|
|
|
|
2022-07-11 09:21:35 -05:00
|
|
|
# dhcp-option=121,10.0.0.0/8,10.0.0.1
|
2022-07-03 20:18:56 -05:00
|
|
|
|
2022-01-31 16:44:36 -06:00
|
|
|
dhcp-range=lan,10.0.0.5,10.0.0.250,255.255.255.0,10m
|
|
|
|
dhcp-range=tag:lan0,::1,constructor:lan0,ra-names,12h
|
2021-07-09 17:21:45 -05:00
|
|
|
|
|
|
|
|
2022-02-01 09:41:41 -06:00
|
|
|
dhcp-host=dragon,10.0.0.10,12h
|
2023-07-17 13:09:47 -05:00
|
|
|
dhcp-host=beefcake,10.0.0.9,12h
|
2023-04-03 23:57:43 -05:00
|
|
|
dhcp-host=chromebox,10.0.0.5,12h
|
2022-11-14 09:42:25 -06:00
|
|
|
dhcp-host=mnemonic,10.0.0.248,ea:1b:7a:fb:8b:b8,12h
|
2023-04-03 23:57:43 -05:00
|
|
|
# dhcp-host=frontdoorcam,10.0.0.89,9c:8e:cd:2b:71:e9,120m
|
2022-07-11 09:21:35 -05:00
|
|
|
|
2023-08-30 21:34:05 -05:00
|
|
|
address=/video.lyte.dev/10.0.0.9
|
|
|
|
address=/git.lyte.dev/10.0.0.9
|
|
|
|
address=/bw.lyte.dev/10.0.0.9
|
|
|
|
address=/files.lyte.dev/10.0.0.9
|
2023-07-17 13:09:47 -05:00
|
|
|
address=/vpn.h.lyte.dev/10.0.0.9
|
2023-08-30 21:34:05 -05:00
|
|
|
address=/.h.lyte.dev/10.0.0.9
|
2022-07-11 09:21:35 -05:00
|
|
|
|
2023-04-03 23:57:43 -05:00
|
|
|
dhcp-host=AMC058BA_A75F1E,10.0.0.150,12h
|
|
|
|
dhcp-host=AMC0587F_A2969A,10.0.0.151,12h
|
2022-11-14 09:42:25 -06:00
|
|
|
|
2023-07-17 13:09:47 -05:00
|
|
|
server=10.0.0.1
|
2023-08-30 21:34:05 -05:00
|
|
|
server=8.8.8.8
|
|
|
|
server=8.8.4.4
|
2023-04-03 23:57:43 -05:00
|
|
|
server=1.1.1.1
|
|
|
|
server=1.0.0.1
|
2021-07-09 17:21:45 -05:00
|
|
|
|
|
|
|
|
|
|
|
|