From 0590eb5274dde18dc898b88e8a61433cb8edbdd6 Mon Sep 17 00:00:00 2001 From: YUG38 <4yugpatel123@gmail.com> Date: Wed, 11 Oct 2023 18:34:24 -0500 Subject: [PATCH] feat(domain): yug.is-a.dev --- domains/yug.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yug.json diff --git a/domains/yug.json b/domains/yug.json new file mode 100644 index 000000000..87fbf0a96 --- /dev/null +++ b/domains/yug.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "YUG38", + "email": "4yugpatel123@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