From e504c9cc6d7b0d1005b2f1748d73395ea8f41422 Mon Sep 17 00:00:00 2001 From: oculosdanilo Date: Fri, 3 May 2024 20:13:30 -0300 Subject: [PATCH 1/3] feat(domain): odanilo.is-a.dev --- domains/odanilo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/odanilo.json diff --git a/domains/odanilo.json b/domains/odanilo.json new file mode 100644 index 000000000..afb89a0b0 --- /dev/null +++ b/domains/odanilo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "oculosdanilo", + "email": "oculosdanilo@gmail.com" + }, + "record": { + "CNAME": "odanilo.web.app" + } +} From 4173e7d34115beca1102dc421d87aeb03d6bcac5 Mon Sep 17 00:00:00 2001 From: declanwn Date: Fri, 3 May 2024 21:13:30 -0400 Subject: [PATCH 2/3] feat(domain): declan.is-a.dev --- domains/declan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/declan.json diff --git a/domains/declan.json b/domains/declan.json new file mode 100644 index 000000000..c2c17263b --- /dev/null +++ b/domains/declan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "declanwn", + "email": "declanwnickerson@gmail.com" + }, + "record": { + "A": ["67.246.110.110"] + } +} From f0858f63dbc31595769523117fb7c3868f3e2b82 Mon Sep 17 00:00:00 2001 From: SrLebel Date: Fri, 3 May 2024 21:31:52 -0500 Subject: [PATCH 3/3] feat(domain): srlebel.is-a.dev --- domains/srlebel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/srlebel.json diff --git a/domains/srlebel.json b/domains/srlebel.json new file mode 100644 index 000000000..cc923a0c3 --- /dev/null +++ b/domains/srlebel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SrLebel", + "email": "dev.juansimancas@proton.me" + }, + "record": { + "URL": "https://srlebel.netlify.app/" + } +}