diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json index 9cf6c779c..23d2d5fd6 100644 --- a/domains/mail.badboy.json +++ b/domains/mail.badboy.json @@ -1,4 +1,6 @@ { + "repo": "https://github.com/Bad-Boy-Codes/contact", + "description": "My email forwarder", "owner": { "username": "bad-boy-codes", "email": "sonupanda078@gmail.com", @@ -6,7 +8,16 @@ "note": "My Discord ID is 445073800850046977." }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } }