From a43032f667142db3ef734e6b0fa563ad766ce4ae Mon Sep 17 00:00:00 2001 From: TehPigYT Date: Sun, 20 Aug 2023 19:46:52 +0300 Subject: [PATCH] feat(domain): tehpig.is-a.dev --- domains/tehpig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tehpig.json diff --git a/domains/tehpig.json b/domains/tehpig.json new file mode 100644 index 000000000..7c10f8c09 --- /dev/null +++ b/domains/tehpig.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "TehPigYT", + "email": "aggelosdellas@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