Create skduck.json

This commit is contained in:
MaskDuck
2024-08-18 21:07:28 +07:00
committed by GitHub
parent 8a14dd7990
commit e17d518aa0
+18
View File
@@ -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"
}
}