Add some DNS entries for new auth server

This commit is contained in:
2026-04-27 21:09:53 -06:00
parent 4f8b8e5bef
commit 4c7ce981e3

View File

@@ -29,6 +29,9 @@ private_domains:
- type: A
name: "storage0.home.jthan.io"
value: 192.168.1.3
- type: A
name: "auth.home.jthan.io"
value: 192.168.1.5
- type: A
name: "proxy0.home.jthan.io"
value: 192.168.1.7
@@ -74,6 +77,9 @@ private_domains:
- type: AAAA
name: "docker.home.jthan.io"
value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d"
- type: AAAA
name: "auth.home.jthan.io"
value: "2602:fb57:c20:b00:be24:11ff:fe98:30ba"
- type: CNAME
name: "ha.home.jthan.io"
value: "proxy0.home.jthan.io"