Skip to content

Commit

Permalink
mod: sync pre-existing records
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Nov 8, 2024
1 parent bb048d9 commit 6e1b027
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
14 changes: 2 additions & 12 deletions domains/reserved/@.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
},

"target": {
"CNAME": [
{
"name": "autoconfig",
"value": "mail.mlcommunity.dev"
},
{
"name": "autodiscover",
"value": "mail.mlcommunity.dev"
}
],
"MX": {
"name": "mail",
"value": "mail.mlcommunity.dev",
Expand All @@ -28,11 +18,11 @@
"value": "v=DKIM1;k=rsa;t=s;s=email;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtshSw/jjyybXeamiHXa7w+ilo6i13W8Agy1WY/P3+f668REENxsUC9xEMy0qhYcibRri03qLQUHG9MhQyBqqV+TpJMRB7FCcQ3LjqJYqL+9jUjCwh6DOhKPRcIw049HIJSx6Yg8ugtog1lKp4veG0Ajg9HGFOP7ED2nKz2Hg3kJdeuoHJhrfClm/2+8X4idBtVre2SAYQIfKytZ6neki3SJ2VNTyNhA6NGNnLkPKfPkyxpIPDa6GkZSMvltGJ099940XSIT1s/tzmhsapChRjHjQv64zRnBVaVtWF3bzddoleo3fNMh43OoYRbQlLgTgR8uWinbZnU8VF8eQDPbZrQIDAQAB"
},
{
"name": "mlcommunity.dev",
"name": "@",
"value": "v=spf1 +a +mx -all"
},
{
"name": "mlcommunity.dev",
"name": "@",
"value": "v=DMARC1; ruf=mailto:[email protected]"
}
],
Expand Down
17 changes: 17 additions & 0 deletions domains/reserved/autoconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"repo": "https://github.com/ML-comm/ddns",

"owner": {
"username": "ml-comm",
"email": "[email protected]"
},

"target": {
"CNAME": {
"name": "autoconfig",
"value": "mail.mlcommunity.dev"
}
},

"proxied": false
}
17 changes: 17 additions & 0 deletions domains/reserved/autodiscover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"repo": "https://github.com/ML-comm/ddns",

"owner": {
"username": "ml-comm",
"email": "[email protected]"
},

"target": {
"CNAME": {
"name": "autodiscover",
"value": "mail.mlcommunity.dev"
}
},

"proxied": false
}

0 comments on commit 6e1b027

Please sign in to comment.