From 8f1be9d521c76d6428360e1d15c3207b663fc4eb Mon Sep 17 00:00:00 2001 From: asma019 Date: Sat, 23 Dec 2023 16:44:51 +0600 Subject: [PATCH 1/4] feat(domain): bd.is-a.dev --- domains/bd.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/bd.json b/domains/bd.json index 965c62d0b..62a3a0b9d 100644 --- a/domains/bd.json +++ b/domains/bd.json @@ -4,6 +4,9 @@ "email": "asmaparvin019@gmail.com" }, "record": { - "A": ["172.104.43.107"] + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From d5c42a0bd84c5aa775de71edbc3a0b9fdab4a9f1 Mon Sep 17 00:00:00 2001 From: asma019 Date: Sat, 23 Dec 2023 16:56:22 +0600 Subject: [PATCH 2/4] feat(domain): song.is-a.dev --- domains/song.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/song.json diff --git a/domains/song.json b/domains/song.json new file mode 100644 index 000000000..e4ab69778 --- /dev/null +++ b/domains/song.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asma019", + "email": "asmaparvin019@gmail.com" + }, + "record": { + "A": ["20.197.9.167"] + } +} From d7255e1e7349a23dbbc2850afbdeb34278e3cc4d Mon Sep 17 00:00:00 2001 From: rare1k <86028086+uhidontkno@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:43:11 -0500 Subject: [PATCH 3/4] Register rare1k.is-a.dev --- domains/rare1k.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rare1k.json diff --git a/domains/rare1k.json b/domains/rare1k.json new file mode 100644 index 000000000..ae9f0b869 --- /dev/null +++ b/domains/rare1k.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "uhidontkno", + "email": "bjaaa2gmlmain@gmail.com", + "discord": "1129545353717366884" + }, + + "record": { + "A": ["134.56.183.128"] + } + } + \ No newline at end of file From 1b796060fc629fa13e9061d16d0fa1f32bc92e21 Mon Sep 17 00:00:00 2001 From: afrianluthfan Date: Sun, 24 Dec 2023 04:12:54 +0700 Subject: [PATCH 4/4] feat(domain): riann.is-a.dev --- domains/riann.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/riann.json diff --git a/domains/riann.json b/domains/riann.json new file mode 100644 index 000000000..7e3199d98 --- /dev/null +++ b/domains/riann.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "afrianluthfan", + "email": "afrian.luthfan@gmail.com" + }, + "record": { + "CNAME": "afrianluthfan.github.io" + } +}