From 13770630740fd156b4d7fb05a0c015da1a4c13da Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:28:54 +0300 Subject: [PATCH] feat(domain): amazing.is-a.dev --- domains/amazing.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazing.json diff --git a/domains/amazing.json b/domains/amazing.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazing.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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