From 056378d322426b4f07a5f646a0ac46b8a997a3e3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 18 Feb 2024 15:20:42 +0800 Subject: [PATCH 1/3] Create auth.json --- domains/auth.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/auth.json diff --git a/domains/auth.json b/domains/auth.json new file mode 100644 index 000000000..d66eca635 --- /dev/null +++ b/domains/auth.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "" + }, + + "record": { + "CNAME": "wdhdns.com" + } +} From 32367e14ca44dcdc8cdf7d8788366fecc6ce5de3 Mon Sep 17 00:00:00 2001 From: KingLuc12 Date: Sun, 18 Feb 2024 11:11:39 +0000 Subject: [PATCH 2/3] feat(domain): kingluc.is-a.dev --- domains/kingluc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kingluc.json diff --git a/domains/kingluc.json b/domains/kingluc.json new file mode 100644 index 000000000..615ef86aa --- /dev/null +++ b/domains/kingluc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KingLuc12", + "email": "lucian.g.king+github@gmail.com" + }, + "record": { + "URL": "https://kingluc.my.id" + } +} From 448df01df45491e3e8b41b7ba630d0d4e8c305aa Mon Sep 17 00:00:00 2001 From: ukrio <80760888+ukrioo@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:40:42 +0530 Subject: [PATCH 3/3] Update deko.json --- domains/deko.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/deko.json b/domains/deko.json index 7f1fe005d..26ba21351 100644 --- a/domains/deko.json +++ b/domains/deko.json @@ -4,6 +4,8 @@ "email": "u8k50850@gmail.com" }, "record": { - "URL": "https://ukrioo.github.io" + "URL": "https://ukrioo.github.io", + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } }