From e17d518aa0a885a814ca48c2f1f35fc48fac3472 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 18 Aug 2024 21:07:28 +0700 Subject: [PATCH] Create skduck.json --- domains/skduck.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/skduck.json diff --git a/domains/skduck.json b/domains/skduck.json new file mode 100644 index 000000000..93a1a34e6 --- /dev/null +++ b/domains/skduck.json @@ -0,0 +1,18 @@ +{ + "description": "my em@il forwarder", + "owner": { + "username": "mAskDucK", + "email": "", + "discord": "MaskDuck#1337", + "twitter": "MaskDuck1", + "reddit": "u/maskduck", + "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}