From 61c3aac0579e8f36234800af4693d98e672f1e0f Mon Sep 17 00:00:00 2001 From: Plushhh Date: Wed, 6 Sep 2023 18:29:44 +0300 Subject: [PATCH] feat(domain): plush.is-a.dev --- domains/plush.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/plush.json diff --git a/domains/plush.json b/domains/plush.json new file mode 100644 index 000000000..eaf887a0a --- /dev/null +++ b/domains/plush.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Plushhh", + "email": "umer.farooq0@icloud.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