From a325cf4430b577618df191502dca7c688de6f901 Mon Sep 17 00:00:00 2001 From: D-Pow Date: Fri, 9 Oct 2020 11:02:07 -0400 Subject: [PATCH 1/5] Add devon.is-a.dev config file --- domains/devon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/devon.json diff --git a/domains/devon.json b/domains/devon.json new file mode 100644 index 000000000..0c0ea255a --- /dev/null +++ b/domains/devon.json @@ -0,0 +1,12 @@ +{ + "description": "Devon Powell is a full-stack software engineer", + "repo": "https://github.com/D-Pow/website", + "owner": { + "username": "D-Pow", + "email": "dpow9373@gmail.com" + }, + "record": { + "ALIAS": "https://d-pow.github.io/website/", + "URL": "https://devon.is-a.dev" + } +} From 77433dfd954467725f52d74c9535ab8cb9fb235d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 15 Oct 2020 15:48:26 +0530 Subject: [PATCH 2/5] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 4ddac2b32..b382809f4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,4 +3,4 @@ ## Reporting a Vulnerability You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo. -For higher severity vulnerabilities and bugs, kindly email them to me at [phenax5@gmail.com](mailto:phenax5@gmail.com). +For higher severity vulnerabilities and bugs, kindly email them to me at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com). From d1f1b7683ff6855bb32be67831bb114a7964ad62 Mon Sep 17 00:00:00 2001 From: D-Pow Date: Thu, 15 Oct 2020 15:17:04 -0400 Subject: [PATCH 3/5] Rename repo and record fields to reflect repository move --- domains/devon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/devon.json b/domains/devon.json index 0c0ea255a..d718b077d 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -1,12 +1,12 @@ { "description": "Devon Powell is a full-stack software engineer", - "repo": "https://github.com/D-Pow/website", + "repo": "https://github.com/D-Pow/d-pow.github.io", "owner": { "username": "D-Pow", "email": "dpow9373@gmail.com" }, "record": { - "ALIAS": "https://d-pow.github.io/website/", + "ALIAS": "d-pow.github.io", "URL": "https://devon.is-a.dev" } } From 8ba53429ebdab1b99ffc090a6693b50f9ac0c523 Mon Sep 17 00:00:00 2001 From: D-Pow Date: Thu, 15 Oct 2020 15:17:56 -0400 Subject: [PATCH 4/5] Replace ALIAS with CNAME in record ALIAS is no longer supported by is-a.dev, so use a CNAME instead --- domains/devon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/devon.json b/domains/devon.json index d718b077d..7c4acbaff 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -6,7 +6,7 @@ "email": "dpow9373@gmail.com" }, "record": { - "ALIAS": "d-pow.github.io", + "CNAME": "d-pow.github.io", "URL": "https://devon.is-a.dev" } } From 1fa6e2f9c3a5d8a8f337a23f2086de2fe7c0ab7d Mon Sep 17 00:00:00 2001 From: D-Pow Date: Thu, 15 Oct 2020 15:27:16 -0400 Subject: [PATCH 5/5] Remove URL redirection to preserve both GitHub and is-a.dev access Otherwise, d-pow.github.io would always be redirected to devon.is-a.dev --- domains/devon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/devon.json b/domains/devon.json index 7c4acbaff..c2987a6eb 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -6,7 +6,6 @@ "email": "dpow9373@gmail.com" }, "record": { - "CNAME": "d-pow.github.io", - "URL": "https://devon.is-a.dev" + "CNAME": "d-pow.github.io" } }