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