From 0f717db7f45aa26ddda4319afe98c4486ce59a1e Mon Sep 17 00:00:00 2001 From: POPCORNTVCZE Date: Thu, 7 Dec 2023 09:29:38 +0100 Subject: [PATCH] feat(domain): popcorn.is-a.dev --- domains/popcorn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/popcorn.json diff --git a/domains/popcorn.json b/domains/popcorn.json new file mode 100644 index 000000000..dae04f397 --- /dev/null +++ b/domains/popcorn.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "POPCORNTVCZE", + "email": "popcorntvcze@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