add doc note for dnsmasq dns routes

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-09 23:17:50 -05:00
parent 1717f8e3e9
commit 75d49c9f27
2 changed files with 14 additions and 17 deletions

View file

@ -167,13 +167,15 @@
# Note in Ad GuardHome in DNS Settings add localhost:9053 to Private reverse DNS servers and enable them # Note in Ad GuardHome in DNS Settings add localhost:9053 to Private reverse DNS servers and enable them
listen-address = "127.0.0.1"; listen-address = "127.0.0.1";
port = 9053; port = 9053;
# NOTE these make it so my other devices don't hit the open net to stream movies
# while on the local network. Note that this is being paired with stateful settings
# in Adguardhome upstream dns servers:
# [/media.joshuabell.xyz/]127.0.0.1:9053
# [/jellyfin.joshuabell.xyz/]127.0.0.1:9053
host-record = [ host-record = [
"media.joshuabell.xyz,10.12.14.10" "media.joshuabell.xyz,10.12.14.10"
"jellyfin.joshuabell.xyz,10.12.14.10" "jellyfin.joshuabell.xyz,10.12.14.10"
]; ];
address = [
"/h001.local.joshuabell.xyz/10.12.14.10"
];
# DHCP range and settings # DHCP range and settings
dhcp-range = [ dhcp-range = [

View file

@ -26,20 +26,15 @@
in in
[ [
# { (h001ARecord "jellyfin")
# type = "A"; (h001ARecord "media")
# name = "jellyfin.joshuabell.xyz"; (h001ARecord "notes")
# value = "100.64.0.13"; (h001ARecord "chat")
# } (h001ARecord "sso-proxy")
h001ARecord "jellyfin" (h001ARecord "n8n")
h001ARecord "media" (h001ARecord "sso")
h001ARecord "notes" (h001ARecord "gist")
h001ARecord "chat" (h001ARecord "git")
h001ARecord "sso-proxy"
h001ARecord "n8n"
h001ARecord "sso"
h001ARecord "gist"
h001ARecord "git"
]; ];
}; };
}; };