From 32855c2286d6fb6f664c4aa0317210c6702d56ae Mon Sep 17 00:00:00 2001 From: JesseHoekema Date: Sun, 22 Oct 2023 10:22:32 +0200 Subject: [PATCH 1/4] feat(domain): jhos.is-a.dev --- domains/jhos.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jhos.json diff --git a/domains/jhos.json b/domains/jhos.json new file mode 100644 index 000000000..642125bfc --- /dev/null +++ b/domains/jhos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JesseHoekema", + "email": "jessehoekema@icloud.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From 06fb70fa31e44e0f0010a05bc7cfac43fe66210c Mon Sep 17 00:00:00 2001 From: Jesse Hoekema <109305882+JesseHoekema@users.noreply.github.com> Date: Fri, 3 Nov 2023 07:13:37 +0100 Subject: [PATCH 2/4] Update jessehoekema.json --- domains/jessehoekema.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/jessehoekema.json b/domains/jessehoekema.json index 1dfc215ef..1cd92f4d9 100644 --- a/domains/jessehoekema.json +++ b/domains/jessehoekema.json @@ -4,8 +4,9 @@ "email": "jessehoekema@icloud.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": ["185.199.108.153"], + "A": ["185.199.109.153"], + "A": ["185.199.110.153"], + "A": ["185.199.111.153"], } -} \ No newline at end of file +} From 26ad5d8d3bc199761a55f28a00d92091b1bcda5b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 4 Nov 2023 13:20:08 +0800 Subject: [PATCH 3/4] Update jessehoekema.json --- domains/jessehoekema.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/jessehoekema.json b/domains/jessehoekema.json index 1cd92f4d9..cd9faa862 100644 --- a/domains/jessehoekema.json +++ b/domains/jessehoekema.json @@ -4,9 +4,11 @@ "email": "jessehoekema@icloud.com" }, "record": { - "A": ["185.199.108.153"], - "A": ["185.199.109.153"], - "A": ["185.199.110.153"], - "A": ["185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } From fdc20225099a7a60a2f218f1d0593b16ec7e0c31 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 4 Nov 2023 13:20:18 +0800 Subject: [PATCH 4/4] Update jhos.json --- domains/jhos.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/jhos.json b/domains/jhos.json index 642125bfc..cd9faa862 100644 --- a/domains/jhos.json +++ b/domains/jhos.json @@ -4,6 +4,11 @@ "email": "jessehoekema@icloud.com" }, "record": { - "A": ["185.199.108.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } }