From 05a6dd0eea16365f9c5c15dae52631c80b3696b4 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Sat, 19 Nov 2022 21:53:43 +0530 Subject: [PATCH 1/2] Create nsh.json --- domains/nsh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nsh.json diff --git a/domains/nsh.json b/domains/nsh.json new file mode 100644 index 000000000..600f429b4 --- /dev/null +++ b/domains/nsh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "priyanshdotxyz", + "email": "hello@priyansh.xyz", + "twitter": "priyanshdotxyz" + }, + "description": "mail domain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } From 5e273be0b509a40e277e6cea57eecca36fce9e68 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Sun, 20 Nov 2022 19:38:13 +0530 Subject: [PATCH 2/2] Update nsh.json --- domains/nsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/nsh.json b/domains/nsh.json index 600f429b4..d167b6d2b 100644 --- a/domains/nsh.json +++ b/domains/nsh.json @@ -1,8 +1,8 @@ { "owner": { - "username": "priyanshdotxyz", + "username": "PriyanshIsADev", "email": "hello@priyansh.xyz", - "twitter": "priyanshdotxyz" + "twitter": "PriyanshIsADev" }, "description": "mail domain", "record": {