From e5c1235c365dfadcd32bfd4141590abd02446409 Mon Sep 17 00:00:00 2001 From: Piplup7575 Date: Sat, 9 Sep 2023 10:06:38 -0400 Subject: [PATCH] feat(domain): pengubin.is-a.dev --- domains/pengubin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pengubin.json diff --git a/domains/pengubin.json b/domains/pengubin.json new file mode 100644 index 000000000..5948519e2 --- /dev/null +++ b/domains/pengubin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Piplup7575", + "email": "piplup7575@gmail.com" + }, + "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