dnsmasq: add more records
This commit is contained in:
+15
-4
@@ -67,10 +67,21 @@ configs:
|
|||||||
server=8.8.8.8
|
server=8.8.8.8
|
||||||
# This ensures local lookups from /etc/hosts or host-record are logged
|
# This ensures local lookups from /etc/hosts or host-record are logged
|
||||||
log-async
|
log-async
|
||||||
address=/home.arpa/192.168.0.106
|
# for self-hosted services via caddy
|
||||||
ptr-record=106.0.168.192.in-addr.arpa,nas.home.arpa
|
address=/.${DOMAIN_LOCAL}/192.168.0.106
|
||||||
host-record=suma.home.arpa,192.168.0.217
|
# each host needs a host record
|
||||||
host-record=suma-proxy.home.arpa,192.168.0.122
|
# otherwise its hostname will be redirected to the above IP address
|
||||||
|
host-record=nas.${DOMAIN_LOCAL},192.168.0.106
|
||||||
|
host-record=nixos.${DOMAIN_LOCAL},192.168.0.203
|
||||||
|
host-record=oldguy.${DOMAIN_LOCAL},192.168.0.167
|
||||||
|
ptr-record=106.0.168.192.in-addr.arpa,nas.${DOMAIN_LOCAL}
|
||||||
|
host-record=suma.${DOMAIN_LOCAL},192.168.0.159
|
||||||
|
host-record=suma-proxy3.${DOMAIN_LOCAL},192.168.0.176
|
||||||
|
host-record=suma-proxy4.${DOMAIN_LOCAL},192.168.0.123
|
||||||
|
host-record=suma-proxy5.${DOMAIN_LOCAL},192.168.0.166
|
||||||
|
host-record=suma-proxy6.${DOMAIN_LOCAL},192.168.0.204
|
||||||
|
host-record=suma-proxy7.${DOMAIN_LOCAL},192.168.0.152
|
||||||
|
host-record=suma-proxy8.${DOMAIN_LOCAL},192.168.0.196
|
||||||
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user