From 94cdecf621cabc7e15e5d20fac1593224e851b8c Mon Sep 17 00:00:00 2001 From: fandiplay <298298190+fandiplay@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:23:12 +0700 Subject: [PATCH 1/2] Add arfan.is-a.dev domain --- domains/arfan.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/arfan.json diff --git a/domains/arfan.json b/domains/arfan.json new file mode 100644 index 0000000000..9ac673a16c --- /dev/null +++ b/domains/arfan.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "fandiplay", + "email": "dramaido88@gmail.com" + }, + "records": { + "A": [ + "216.198.79.1" + ], + "TXT": { + "_vercel": "vc-domain-verify=arfan.is-a.dev,a69a2a4496c1afc745f1" + } + } +} From d2472885aeef6819b36e3e1abbed7c803d2c45a1 Mon Sep 17 00:00:00 2001 From: fandiplay <298298190+fandiplay@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:29:09 +0700 Subject: [PATCH 2/2] Fix TXT record format to array in arfan.json --- domains/arfan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/arfan.json b/domains/arfan.json index 9ac673a16c..f03fc140d4 100644 --- a/domains/arfan.json +++ b/domains/arfan.json @@ -7,8 +7,8 @@ "A": [ "216.198.79.1" ], - "TXT": { - "_vercel": "vc-domain-verify=arfan.is-a.dev,a69a2a4496c1afc745f1" - } + "TXT": [ + "vc-domain-verify=arfan.is-a.dev,a69a2a4496c1afc745f1" + ] } }