Update dns records for new docker host

This commit is contained in:
2026-04-16 20:14:45 -06:00
parent 8e5799dbfd
commit a7b8280d65

View File

@@ -42,6 +42,9 @@ private_domains:
- type: A - type: A
name: "syncthing.home.jthan.io" name: "syncthing.home.jthan.io"
value: 192.168.1.15 value: 192.168.1.15
- type: A
name: "docker.home.jthan.io"
value: 192.168.1.18
- type: AAAA - type: AAAA
name: "storage0.home.jthan.io" name: "storage0.home.jthan.io"
value: "2602:fb57:c20:b00:7a55:36ff:fe02:92c9" value: "2602:fb57:c20:b00:7a55:36ff:fe02:92c9"
@@ -63,6 +66,9 @@ private_domains:
- type: AAAA - type: AAAA
name: "syncthing.home.jthan.io" name: "syncthing.home.jthan.io"
value: "2602:fb57:c20:b00:be24:11ff:fee9:9c4b" value: "2602:fb57:c20:b00:be24:11ff:fee9:9c4b"
- type: AAAA
name: "docker.home.jthan.io"
value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d"
- type: CNAME - type: CNAME
name: "ha.home.jthan.io" name: "ha.home.jthan.io"
value: "proxy0.home.jthan.io" value: "proxy0.home.jthan.io"