From f6cb4ef8e60f2e7f916d538d23b982b58b7f7359 Mon Sep 17 00:00:00 2001 From: IQBooster Date: Sun, 26 Nov 2023 21:58:47 -0800 Subject: [PATCH] feat(domain): xcut.is-a.dev --- domains/xcut.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xcut.json diff --git a/domains/xcut.json b/domains/xcut.json new file mode 100644 index 000000000..186ab293d --- /dev/null +++ b/domains/xcut.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "IQBooster", + "email": "martinskyler829@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file