From d24c7220b0f94236f0da0fe3cf5fb39598fda22f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 17 Sep 2023 14:51:19 +0530 Subject: [PATCH] chore(domains): adds multiple txt example for akshay.json --- domains/akshay.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/akshay.json b/domains/akshay.json index 130700660..095fe26f3 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -6,6 +6,7 @@ "email": "phenax5@gmail.com" }, "record": { - "URL": "https://phenax.github.io" + "URL": "https://phenax.github.io", + "TXT": [ "Hello there!", "It's me, Akshay" ] } }