From 73eff71fc10e4a6bb00cdc5219d2998e52ce97f2 Mon Sep 17 00:00:00 2001 From: resporitories Date: Sat, 23 Dec 2023 12:13:52 -0600 Subject: [PATCH] feat(domain): nyc.is-a.dev --- domains/nyc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nyc.json diff --git a/domains/nyc.json b/domains/nyc.json new file mode 100644 index 000000000..89e4eb391 --- /dev/null +++ b/domains/nyc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "resporitories", + "email": "localugly@hotmail.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