From 62ca6c59386ee40a0818e1114687e07a652af66c Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Tue, 19 Dec 2023 01:45:58 -0600 Subject: [PATCH] feat(domain): chesko.is-a.dev --- domains/chesko.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/chesko.json diff --git a/domains/chesko.json b/domains/chesko.json new file mode 100644 index 000000000..c0d486501 --- /dev/null +++ b/domains/chesko.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "cheskoxd", + "email": "franchesko77lacayo@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