From 8073ec34285180807cac597f725b53c55c37e1e2 Mon Sep 17 00:00:00 2001 From: denizkuzey06 Date: Sun, 1 Oct 2023 22:28:21 +0300 Subject: [PATCH 1/4] feat(domain): halokod.is-a.dev --- domains/halokod.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/halokod.json diff --git a/domains/halokod.json b/domains/halokod.json new file mode 100644 index 000000000..c2595f224 --- /dev/null +++ b/domains/halokod.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "denizkuzey06", + "email": "kralpasa1993@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 5bcb5b525b14e1993f0db2fcde937557ee2ab6eb Mon Sep 17 00:00:00 2001 From: Nercy <115416864+N3rcy@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:12:10 +0200 Subject: [PATCH 2/4] feat(domain): add `n3rcy.is-a.dev` --- domains/n3rcy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/n3rcy.json diff --git a/domains/n3rcy.json b/domains/n3rcy.json new file mode 100644 index 000000000..761614f96 --- /dev/null +++ b/domains/n3rcy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "N3rcy", + "email": "nercysvoboda@gmail.com" + }, + + "record": { + "CNAME": "n3rcy.xyz" + } +} From 8e6442b5adab566ec72c3b8fd2d762174ccaa204 Mon Sep 17 00:00:00 2001 From: refact0r Date: Sun, 1 Oct 2023 15:28:56 -0700 Subject: [PATCH 3/4] feat(domain): refact0r.is-a.dev --- domains/refact0r.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/refact0r.json diff --git a/domains/refact0r.json b/domains/refact0r.json new file mode 100644 index 000000000..619c4f74d --- /dev/null +++ b/domains/refact0r.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "refact0r", + "email": "yifanw06@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From f978ea756b98189cdbaeeae77f5cf681b9b5d033 Mon Sep 17 00:00:00 2001 From: shamshitty Date: Sun, 1 Oct 2023 23:31:45 +0100 Subject: [PATCH 4/4] feat(domain): shamshitty.is-a.dev --- domains/shamshitty.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shamshitty.json diff --git a/domains/shamshitty.json b/domains/shamshitty.json new file mode 100644 index 000000000..9a5ce1ecd --- /dev/null +++ b/domains/shamshitty.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "shamshitty", + "email": "iaminvisy@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file