diff --git a/domains/poyo.json b/domains/poyo.json new file mode 100644 index 000000000..5f7c03b1a --- /dev/null +++ b/domains/poyo.json @@ -0,0 +1,16 @@ +{ + "description": "I'll use this sub-domain for my portfolio website.", + "owner": { + "username": "MrDaPoyo", + "email": "wiiuforever25@gmail.com" + }, + "record": { + "URL": "https://dapoyo.neocities.org", + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } + +}