From 535c7e8e2f5960d926025f00fd3fbfd1ca15c2bd Mon Sep 17 00:00:00 2001 From: calicocat356 Date: Thu, 14 Dec 2023 11:44:09 -0500 Subject: [PATCH] feat(domain): cplusplus.is-a.dev --- domains/cplusplus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cplusplus.json diff --git a/domains/cplusplus.json b/domains/cplusplus.json new file mode 100644 index 000000000..0bee1e6b0 --- /dev/null +++ b/domains/cplusplus.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "calicocat356", + "email": "matthew.e.organ@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