From 633a0767c86e719b29137142faa1e89423555344 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sat, 25 Nov 2023 20:40:45 +0700 Subject: [PATCH 1/3] feat(domain): trung.is-a.dev --- domains/trung.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/trung.json b/domains/trung.json index f7dd34ceb..0dbb9cf18 100644 --- a/domains/trung.json +++ b/domains/trung.json @@ -4,6 +4,9 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "CNAME": "proxy.private.danbot.host" + "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 dd909a23633b0b7f02e828c6c64c836559cb06a7 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sun, 26 Nov 2023 17:57:31 +0700 Subject: [PATCH 2/3] feat(domain): contact.trung.is-a.dev --- domains/contact.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/contact.trung.json diff --git a/domains/contact.trung.json b/domains/contact.trung.json new file mode 100644 index 000000000..c4e2100b6 --- /dev/null +++ b/domains/contact.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "contact-form-9c3.pages.dev" + } +} From d6360af88ef553817fa03a2d0428d7e9e3548957 Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Sun, 26 Nov 2023 18:23:20 +0700 Subject: [PATCH 3/3] feat(domain): bots.trung.is-a.dev --- domains/bots.trung.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bots.trung.json diff --git a/domains/bots.trung.json b/domains/bots.trung.json new file mode 100644 index 000000000..b8c78ecb4 --- /dev/null +++ b/domains/bots.trung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "bots-website.pages.dev" + } +}