From 60968ab5740187b4c345b300b813571bc306bc60 Mon Sep 17 00:00:00 2001 From: PythonScratcher <81612672+PythonScratcher@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:11:25 +0100 Subject: [PATCH 1/2] feat(domain): add `pythonscratcher.is-a.dev` --- domains/pythonscratcher.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pythonscratcher.json diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json new file mode 100644 index 000000000..1f75ebc5e --- /dev/null +++ b/domains/pythonscratcher.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PythonScratcher", + "email": "callumcardy7@gmail.com" + }, + + "record": { + "A": ["185.199.110.153"] + } +} From 478aafc9c58668e65cf47d872e6e178c634fafff Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 15:22:30 +0800 Subject: [PATCH 2/2] Update pythonscratcher.json --- domains/pythonscratcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json index 1f75ebc5e..70c99e17e 100644 --- a/domains/pythonscratcher.json +++ b/domains/pythonscratcher.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["185.199.110.153"] + "CNAME": "pythonscratcher.github.io" } }