From 4626c2c31efee1823b3bc05748e59b2eef87868a Mon Sep 17 00:00:00 2001 From: Csaba Szilveszter-Berei Date: Thu, 3 Oct 2024 19:14:28 +0300 Subject: [PATCH] Update szbcs to cname instead of an A record --- domains/szbcs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/szbcs.json b/domains/szbcs.json index 9a8f239d6..6575ca6fe 100644 --- a/domains/szbcs.json +++ b/domains/szbcs.json @@ -4,6 +4,6 @@ "email": "szilvesztercsab@gmail.com" }, "record": { - "A": ["35.211.253.61"] + "CNAME": ["szbcs.duckdns.org"] } }