From de58f4a62d4134233cd7a28df692df2ee14a7241 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Wed, 11 Sep 2024 01:20:32 +0000 Subject: [PATCH] chore(dns): update DNS records Also did a bit of update for the Docker Compose file for Nest. Signed-off-by: Andrei Jiroh Halili --- dns/andreijiroh.dev.yaml | 16 ++++++++++++++++ dns/andreijiroh.xyz.yaml | 9 +++++++++ docker/nest/docker-compose.yml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/dns/andreijiroh.dev.yaml b/dns/andreijiroh.dev.yaml index daf6e1b..7598fb4 100644 --- a/dns/andreijiroh.dev.yaml +++ b/dns/andreijiroh.dev.yaml @@ -39,6 +39,10 @@ _gh-andreijiroh-dev-o: ttl: 300 type: TXT value: 16058f802f +blog: + ttl: 300 + type: CNAME + value: ajhalili2006.hackclub.app. localdev: octodns: cloudflare: @@ -83,6 +87,14 @@ plesk: ttl: 300 type: CNAME value: tommy2.heliohost.org. +scraps: + ttl: 300 + type: CNAME + value: cname.vercel-dns.com. +sponsors: + ttl: 300 + type: CNAME + value: 5a21222659-hosting.gitbook.io. stellapent-cier.tailnet: - ttl: 300 type: A @@ -90,6 +102,10 @@ stellapent-cier.tailnet: - ttl: 300 type: AAAA value: fd7a:115c:a1e0::a401:e35e +status: + ttl: 300 + type: CNAME + value: andreijiroh-dev.github.io. tommy2heliohost._domainkey: octodns: cloudflare: diff --git a/dns/andreijiroh.xyz.yaml b/dns/andreijiroh.xyz.yaml index 5557192..da3c913 100644 --- a/dns/andreijiroh.xyz.yaml +++ b/dns/andreijiroh.xyz.yaml @@ -403,6 +403,15 @@ staging.go-next: type: AAAA value: '100::' +status: + ttl: 300 + type: CNAME + value: r.forwarddomain.net. +_.status: + ttl: 300 + type: TXT + value: "forward-domain=https://status.andreijiroh.dev/*" + txt-cdn: octodns: cloudflare: diff --git a/docker/nest/docker-compose.yml b/docker/nest/docker-compose.yml index be04fee..22eef4e 100644 --- a/docker/nest/docker-compose.yml +++ b/docker/nest/docker-compose.yml @@ -21,7 +21,7 @@ services: depends_on: - db db: - domainname: mysql.internal + #domainname: mysql.internal networks: - internal image: mysql:8.0 -- 2.51.2