We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aff349 + 314b995 commit 18e1645Copy full SHA for 18e1645
netlify.toml
@@ -0,0 +1,10 @@
1
+[[redirects]]
2
+from = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
3
+to = "https://infraspec.dev/.well-known/mta-sts.txt"
4
+status = 200
5
+
6
7
+from = "https://mta-sts.infraspec.dev/*"
8
+to = "https://mta-sts.infraspec.dev/.well-known/mta-sts.txt"
9
+status = 302
10
+force = true
static/.well-known/mta-sts.txt
@@ -0,0 +1,8 @@
+version: STSv1
+mode: testing
+mx: aspmx.l.google.com
+mx: alt3.aspmx.l.google.com
+mx: alt4.aspmx.l.google.com
+mx: alt1.aspmx.l.google.com
+mx: alt2.aspmx.l.google.com
+max_age: 604800
0 commit comments