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 28d4447 commit d9a1e24
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 16 deletions.
File renamed without changes.
17 changes: 1 addition & 16 deletions domains/reserved/@.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,12 @@
"value": "v=DMARC1; ruf=mailto:[email protected]"
}
],
"A": {
"name": "mail",
"value": ["159.69.207.25"]
},
"AAAA": {
"name": "mail",
"value": ["2a01:4f8:1c1e:d215::1"]
},
"SRV": {
"name": "_autodiscover._tcp.mlcommunity.dev",
"name": "_autodiscover._tcp",
"priority": 0,
"weight": 0,
"port": 443,
"value": "mail.mlcommunity.dev."
},
"TLSA": {
"name": "_25._tcp.mail.mlcommunity.dev",
"usage": 3,
"selector": 1,
"matchingType": 1,
"certificate": "334456ec12b87c14f5b978acfce4ba531bf02b0ae41ec8951ad6b7422184607d"
}
},

Expand Down
20 changes: 20 additions & 0 deletions domains/reserved/_tcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"repo": "https://github.com/ML-comm/ddns",

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

"target": {
"SRV": {
"name": "_autodiscover",
"priority": 0,
"weight": 0,
"port": 443,
"value": "mail.mlcommunity.dev."
}
},

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

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

"target": {
"A": {
"name": "mail",
"value": ["159.69.207.25"]
},
"AAAA": {
"name": "mail",
"value": ["2a01:4f8:1c1e:d215::1"]
}
},

"proxied": false
}

0 comments on commit d9a1e24

Please sign in to comment.