From 767463b0fbc3b926ac3d837770bcc21286a0a358 Mon Sep 17 00:00:00 2001 From: DomathID Date: Sun, 8 Oct 2023 15:00:26 +0700 Subject: [PATCH] feat(domain): wibu.is-a.dev --- domains/wibu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wibu.json diff --git a/domains/wibu.json b/domains/wibu.json new file mode 100644 index 000000000..84c551334 --- /dev/null +++ b/domains/wibu.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DomathID", + "email": "admin@yukinoshita.web.id" + }, + "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