mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-06 18:23:06 +00:00
fix: Restore MX and TXT records in app.securesandbox.json
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
"discord": "crowleycrowd"
|
||||
},
|
||||
"records": {
|
||||
"CNAME": ["app.securesandbox.is-a.dev"]
|
||||
"MX": ["feedback-smtp.us-east-1.amazonses.com"],
|
||||
"TXT": [
|
||||
"v=spf1 include:amazonses.com ~all",
|
||||
"p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqstJSWbINtFx1fSomoSdFnVgLNt9dQgSrwrBQKyWqVd/FCUJxSKftjXAUthTCddxGwggtlrm3nbj8/fwNUpTDJ0znmG3JnuSmZ3Ac/HBrnySZjyQw152/A9eW+wMYMsk4DjACYfkGubdIx12i5LS4YFeBbYjtAVHkf4Oy7Xj2EQIDAQAB",
|
||||
"v=DMARC1; p=none;"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user