From b7af8db394da969faf80851d9ec9c41e92f1362a Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:23:47 +0530 Subject: [PATCH 1/4] Added samarthkulshrestha --- domains/samarthkulshrestha.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/samarthkulshrestha.json diff --git a/domains/samarthkulshrestha.json b/domains/samarthkulshrestha.json new file mode 100644 index 000000000..5580a7199 --- /dev/null +++ b/domains/samarthkulshrestha.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "samarthkulshrestha", + "email": "samarthkulshrestha@protonmail.com" + }, + "record": { + "CNAME": ""https://github.com/samarthkulshrestha/"" + } + } + \ No newline at end of file From 90e4432167257878be041622f1ec553e9264d1a9 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:36:28 +0530 Subject: [PATCH 2/4] changed A record to CNAME for github pages --- domains/samarth.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/samarth.json b/domains/samarth.json index 4c2c95570..4dbbc0fcd 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -1,9 +1,9 @@ { "owner": { - "username": "Samarth2005", - "email": "samarthkulshresth@gmail.com" + "username": "samarthkulshrestha", + "email": "samarthkulshrestha@protonmail.com" }, "record": { - "A": ["76.76.21.21"] + "CNAME": ["samarthkulshrestha.github.io"] } } From 0f13c4b6f8333190038ee0e81a2c292e7ddd40b3 Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:37:55 +0530 Subject: [PATCH 3/4] removed unneeded file created by me --- domains/samarthkulshrestha.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/samarthkulshrestha.json diff --git a/domains/samarthkulshrestha.json b/domains/samarthkulshrestha.json deleted file mode 100644 index 5580a7199..000000000 --- a/domains/samarthkulshrestha.json +++ /dev/null @@ -1,11 +0,0 @@ - - { - "owner": { - "username": "samarthkulshrestha", - "email": "samarthkulshrestha@protonmail.com" - }, - "record": { - "CNAME": ""https://github.com/samarthkulshrestha/"" - } - } - \ No newline at end of file From 349f7a842b4360b3cd2aac6be1c80d81cfebc93e Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:45:04 +0530 Subject: [PATCH 4/4] fixed record argument error --- domains/samarth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samarth.json b/domains/samarth.json index 4dbbc0fcd..34f9f032d 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -4,6 +4,6 @@ "email": "samarthkulshrestha@protonmail.com" }, "record": { - "CNAME": ["samarthkulshrestha.github.io"] + "CNAME": "samarthkulshrestha.github.io" } }