commit a3275a8ca62ce2a100b0e1fc7a435c800307030d Author: Cory Dransfeldt <hi@coryd.dev> Date: Tue Jun 10 13:22:57 2025 -0700 chore: initial commit diff --git a/public/.well-known/mta-sts.txt b/public/.well-known/mta-sts.txt new file mode 100644 index 0000000..169f183 --- /dev/null +++ b/public/.well-known/mta-sts.txt @@ -0,0 +1,5 @@ +version: STSv1 +mode: enforce +mx: in1-smtp.messagingengine.com +mx: in2-smtp.messagingengine.com +max_age: 2419200 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..eab4320 --- /dev/null +++ b/public/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="refresh" content="0; URL='https://mta-sts.coryd.dev/.well-known/mta-sts.txt'" /> + <title>Redirecting...</title> + </head> + <body> + <p>If you are not redirected, <a href="https://mta-sts.coryd.dev/.well-known/mta-sts.txt">click here</a>.</p> + </body> +</html>