From 95a4893d070a8ce4ef9c96bfe5a5678f15f9feb2 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sun, 18 Sep 2022 20:51:38 +0100 Subject: [PATCH 1/3] feat: Added domain programatically --- domains/s1._domainkey.reg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/s1._domainkey.reg.json diff --git a/domains/s1._domainkey.reg.json b/domains/s1._domainkey.reg.json new file mode 100644 index 000000000..8336d1422 --- /dev/null +++ b/domains/s1._domainkey.reg.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "CNAME": "s1.domainkey.u24894826.wl077.sendgrid.net" + } + } + \ No newline at end of file From c66bbe5b2dea44c8a9d9d68673a8640557397338 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sat, 1 Oct 2022 16:48:36 +0100 Subject: [PATCH 2/3] feat: Added domain programatically --- domains/dev-support.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dev-support.json diff --git a/domains/dev-support.json b/domains/dev-support.json new file mode 100644 index 000000000..b25729d94 --- /dev/null +++ b/domains/dev-support.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["140.238.66.199"] + } + } + \ No newline at end of file From 24085bcc183293a86c502f9e85e69920ad18d058 Mon Sep 17 00:00:00 2001 From: IS A DEV <106927495+is-a-dev-bot@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:48:55 +0100 Subject: [PATCH 3/3] Delete s1._domainkey.reg.json --- domains/s1._domainkey.reg.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/s1._domainkey.reg.json diff --git a/domains/s1._domainkey.reg.json b/domains/s1._domainkey.reg.json deleted file mode 100644 index 8336d1422..000000000 --- a/domains/s1._domainkey.reg.json +++ /dev/null @@ -1,12 +0,0 @@ - - { - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - - "record": { - "CNAME": "s1.domainkey.u24894826.wl077.sendgrid.net" - } - } - \ No newline at end of file