summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth <elizabeth@simponic.xyz>2024-04-03 12:16:47 -0600
committerElizabeth <elizabeth@simponic.xyz>2024-04-03 12:16:47 -0600
commit42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7 (patch)
tree7dd2823d51b038cd84997e1d7240c4c4c6181cce
parent734dcb5d38e1d84ce494a4fcafdd1090651c8e07 (diff)
downloaddns-updater-42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7.tar.gz
dns-updater-42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7.zip
update endpoitns
-rw-r--r--records.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/records.json b/records.json
index 37076e5..f1fba02 100644
--- a/records.json
+++ b/records.json
@@ -1,12 +1,4 @@
[
- },
- {
- "type": "CNAME",
- "name": "endpoint.simponic",
- "content": "levi.simponic.xyz",
- "ttl": "43200",
- "internal": "off"
- },
{
"type": "A",
"name": "johan.internal.simponic.xyz",
@@ -83,5 +75,12 @@
"content": "europa.internal.simponic.xyz",
"ttl": "43200",
"internal": "on"
+ },
+ {
+ "type": "CNAME",
+ "name": "simponic.endpoints",
+ "content": "levi.simponic.xyz",
+ "ttl": "43200",
+ "internal": "off"
}
]