Help the dumb wifi APs not suck?
This commit is contained in:
parent
93556180ff
commit
9cd6a88dab
2 changed files with 12 additions and 5 deletions
13
dnsmasq.conf
13
dnsmasq.conf
|
@ -3,7 +3,7 @@ bogus-priv
|
|||
|
||||
enable-ra
|
||||
|
||||
dhcp-option=121,10.0.0.0/8,10.0.0.1
|
||||
# dhcp-option=121,10.0.0.0/8,10.0.0.1
|
||||
|
||||
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
|
||||
|
@ -12,11 +12,18 @@ local=/h.lyte.dev/
|
|||
|
||||
dhcp-host=dragon,10.0.0.10,12h
|
||||
dhcp-host=faceless,10.0.0.210,12h
|
||||
dhcp-host=kubeworker3,10.0.0.244,2m
|
||||
dhcp-host=frontdoorcam,10.0.0.89,9c:8e:cd:2b:71:e9,120m
|
||||
|
||||
dhcp-host=velop1,10.0.0.49,24:f5:a2:b0:86:2e
|
||||
|
||||
# k8s nodes
|
||||
dhcp-host=bald,10.0.0.244,d0:50:99:26:89:86,2m # formerly: ourcraft
|
||||
dhcp-host=chromebox,10.0.0.138,b4:a9:fc:17:86:a5,120m
|
||||
dhcp-host=datto1,10.0.0.81,78:f2:9e:91:44:c9,120m
|
||||
|
||||
address=/.h.lyte.dev/10.0.0.210
|
||||
|
||||
# dhcp-host=kubeworker3,d0:50:99:26:89:86,ourcraft,10.0.0.244,2m
|
||||
# dhcp-host=kubeworker3,d0:50:99:26:89:86,ourcraft,10.0.0.244,120m
|
||||
|
||||
# address=/dragon.h.lyte.dev/10.0.0.10
|
||||
# address=/git.lyte.dev/10.0.0.210
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
10.0.0.210 video.h.lyte.dev
|
||||
10.0.0.210 video.lyte.dev
|
||||
|
||||
10.0.0.154 kube-cluster.home.lyte.dev
|
||||
10.0.0.81 kube-cluster.home.lyte.dev
|
||||
10.0.0.138 kube-cluster.home.lyte.dev
|
||||
# 10.0.0.81 kube-cluster.home.lyte.dev
|
||||
|
||||
10.0.0.210 dmf.me
|
||||
|
||||
|
|
Loading…
Reference in a new issue