From fd54e62be9764b19ec8135992caab5e64bde4cf9 Mon Sep 17 00:00:00 2001 From: MCrumo Date: Mon, 22 Jan 2024 13:38:12 +0100 Subject: [PATCH 1/2] feat(domain): mromeo.is-a.dev --- domains/mromeo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mromeo.json diff --git a/domains/mromeo.json b/domains/mromeo.json new file mode 100644 index 000000000..ccfe3a900 --- /dev/null +++ b/domains/mromeo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MCrumo", + "email": "miquel1rr@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From e089303b7448a8009a3da70ed87a1e491cb71a70 Mon Sep 17 00:00:00 2001 From: Miquel <80285362+MCrumo@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:00:48 +0100 Subject: [PATCH 2/2] Update mromeo.json --- domains/mromeo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mromeo.json b/domains/mromeo.json index ccfe3a900..ee75b10fa 100644 --- a/domains/mromeo.json +++ b/domains/mromeo.json @@ -4,6 +4,11 @@ "email": "miquel1rr@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } }