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" + } +}