From 2c4d9c7b175deac57101cc791d7c1edbc6083093 Mon Sep 17 00:00:00 2001 From: NIKODEMUSLORD Date: Tue, 12 Sep 2023 15:17:49 -0700 Subject: [PATCH] feat(domain): pathdog.is-a.dev --- domains/pathdog.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pathdog.json diff --git a/domains/pathdog.json b/domains/pathdog.json new file mode 100644 index 000000000..d8f2eaa87 --- /dev/null +++ b/domains/pathdog.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NIKODEMUSLORD", + "email": "hannah.valdez@cetys.edu.mx" + }, + "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