From f5fca0c522b6f7cd6b97fb4c89760f161259e231 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:29:29 +0300 Subject: [PATCH] feat(domain): amazingdev.is-a.dev --- domains/amazingdev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazingdev.json diff --git a/domains/amazingdev.json b/domains/amazingdev.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazingdev.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