From c1d058abf3e516c8957814dc32411a1362df7962 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:46:18 +0300 Subject: [PATCH 1/7] Create ahmed.json --- domains/ahmed.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahmed.json diff --git a/domains/ahmed.json b/domains/ahmed.json new file mode 100644 index 000000000..a1c5ebbe3 --- /dev/null +++ b/domains/ahmed.json @@ -0,0 +1,11 @@ +{ + "description": "Ahmed's personal site", + "repo": "https://github.com/Dropheart", + "owner": { + "username": "dropheart", + "email": "ahmed@techfromtheheart.com" + }, + "record": { + "CNAME": "techfromtheheart.com" + } +} From 171d79ea822aabf7fe9708b635f24ec0a1e75dc8 Mon Sep 17 00:00:00 2001 From: Beno Sam Binu <36766844+benosambinu@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:24:09 +0530 Subject: [PATCH 2/7] Create beno.json --- domains/beno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/beno.json diff --git a/domains/beno.json b/domains/beno.json new file mode 100644 index 000000000..b32f264b8 --- /dev/null +++ b/domains/beno.json @@ -0,0 +1,11 @@ +{ + "description": "Beno's personal developer website", + "repo": "https://github.com/benosambinu/benosambinu", + "owner": { + "username": "benosambinu", + "email": "benosbs@gmail.com" + }, + "record": { + "CNAME": "github-benosambinu.github.io" + } +} From bd2d2197df4fc004cbd5a2d24c6f08e34ab5d4f6 Mon Sep 17 00:00:00 2001 From: Dipan Roy <38533808+dipan29@users.noreply.github.com> Date: Tue, 20 Oct 2020 22:06:57 +0530 Subject: [PATCH 3/7] Update dipan.json Last one didn't work good with cpanel so this. --- domains/dipan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dipan.json b/domains/dipan.json index acdf3dbc4..cd7f19ce0 100644 --- a/domains/dipan.json +++ b/domains/dipan.json @@ -6,6 +6,6 @@ "email": "dipanroy@mindwebs.org" }, "record": { - "CNAME": "dipanroy.com" + "A": "115.187.62.14" } } From 224506e1dbc4ee4eb02d9ccc7161835245cb8737 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:13:35 +0300 Subject: [PATCH 4/7] Update domains/ahmed.json change cname to url Co-authored-by: Akshay Nair --- domains/ahmed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahmed.json b/domains/ahmed.json index a1c5ebbe3..39d15aa75 100644 --- a/domains/ahmed.json +++ b/domains/ahmed.json @@ -6,6 +6,6 @@ "email": "ahmed@techfromtheheart.com" }, "record": { - "CNAME": "techfromtheheart.com" + "URL": "https://techfromtheheart.com" } } From 692771e26debd5dcc866d8bb9e3ebb0a02bec990 Mon Sep 17 00:00:00 2001 From: Beno Sam Binu <36766844+benosambinu@users.noreply.github.com> Date: Wed, 21 Oct 2020 18:17:38 +0530 Subject: [PATCH 5/7] Update beno.json --- domains/beno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/beno.json b/domains/beno.json index b32f264b8..9c0ceb3e8 100644 --- a/domains/beno.json +++ b/domains/beno.json @@ -1,11 +1,11 @@ { "description": "Beno's personal developer website", - "repo": "https://github.com/benosambinu/benosambinu", + "repo": "https://github.com/benosambinu/benosambinu.github.io", "owner": { "username": "benosambinu", "email": "benosbs@gmail.com" }, "record": { - "CNAME": "github-benosambinu.github.io" + "CNAME": "benosambinu.github.io" } } From 71a301f759f76fc01cb22ae41bf6db51a5f7cb33 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:20:42 +0530 Subject: [PATCH 6/7] Adds script to dig list of domains --- scripts/verify-record.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/verify-record.sh diff --git a/scripts/verify-record.sh b/scripts/verify-record.sh new file mode 100644 index 000000000..a4fc0da6a --- /dev/null +++ b/scripts/verify-record.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + +sed \ + -e 's/\.json.*$/.is-a.dev/g' \ + -e 's/^\s*domains\///g' \ + -e '/^\s*$/d' \ +| while read domain; do + echo "$domain"; + dig "$domain" +noall +answer && echo "done" || echo "x"; +done; + From b56c51b1027eaedd1910eb106ccb8e1a469fbbb5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 01:22:31 +0530 Subject: [PATCH 7/7] Changes reply text --- scripts/reply.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/reply.js b/scripts/reply.js index 71d78bd23..233f56ed4 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -24,15 +24,13 @@ Don't worry, you can create a new pull request with the corrections ## Love/Hate the service? **Love it?** Leave it a **star**! Also consider donating so that I can keep this service running forever! - **Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I would really like to keep improving this service for other users. ## Wanna support this project? Help me in my mission to keep this service alive forever by donating! -Buy Me A Coffee -Liberapay recurring donation button +Buy Me A Coffee Liberapay recurring donation button `;