From 7d4fb084a131abbd27ec266ae51d729cea9ac08f Mon Sep 17 00:00:00 2001 From: Pham Thong <52208732+pmint05@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:45:14 +0700 Subject: [PATCH 1/3] Create pmint05.json --- domains/pmint05.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pmint05.json diff --git a/domains/pmint05.json b/domains/pmint05.json new file mode 100644 index 000000000..d2ae09e84 --- /dev/null +++ b/domains/pmint05.json @@ -0,0 +1,12 @@ +{ + "description": "Subdomain for my personal developer website", + "repo": "https://github.com/pmint05/pmint05.github.io", + "owner": { + "username": "pmint05", + "email": "pmint05@protonmail.com", + "twitter": "pmint05" + }, + "record": { + "CNAME": "pmint05.github.io" + } +} From 83345f00ee568ff2476bfdc4bbcdd0a67e761452 Mon Sep 17 00:00:00 2001 From: ItzMaxxi Date: Sat, 29 Oct 2022 20:55:55 -0300 Subject: [PATCH 2/3] feat: Added domain programatically --- domains/max.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/max.json diff --git a/domains/max.json b/domains/max.json new file mode 100644 index 000000000..aa8a8d8fc --- /dev/null +++ b/domains/max.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ItzMaxxi", + "email": "maxguilham@protonmail.com" + }, + + "record": { + "URL": "https://eu.dzxdev.repl.co/" + } + } + \ No newline at end of file From 71457c00042e35fcaca84ff4c4bf7b7fdfd6b778 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 18 Nov 2022 14:03:49 +0800 Subject: [PATCH 3/3] chore: update records --- domains/william.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domains/william.json b/domains/william.json index d35dc7571..0c46d76b1 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,14 +1,10 @@ { "owner": { "username": "WilliamDavidHarrison", - "email": "admin@william.is-a.dev" + "email": "william@williamharrison.dev" }, "record": { - "A": ["51.161.153.115"], - - "MX": ["mail.williamharrison.xyz"], - - "TXT": "v=spf1 mx a:mail.williamharrison.xyz ~all" + "CNAME": "dns.williamharrison.xyz" } }