From b18a689821e39c14c414989b5159b1e22f1f0028 Mon Sep 17 00:00:00 2001 From: SC136 Date: Wed, 4 Oct 2023 03:14:50 +0530 Subject: [PATCH] feat(domain): sc.is-a.dev --- domains/sc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sc.json diff --git a/domains/sc.json b/domains/sc.json new file mode 100644 index 000000000..0bb548c7f --- /dev/null +++ b/domains/sc.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SC136", + "email": "swarchuri06@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