diff options
author | Elizabeth <elizabeth@simponic.xyz> | 2024-04-03 12:16:47 -0600 |
---|---|---|
committer | Elizabeth <elizabeth@simponic.xyz> | 2024-04-03 12:16:47 -0600 |
commit | 42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7 (patch) | |
tree | 7dd2823d51b038cd84997e1d7240c4c4c6181cce | |
parent | 734dcb5d38e1d84ce494a4fcafdd1090651c8e07 (diff) | |
download | dns-updater-42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7.tar.gz dns-updater-42cd90fb44b5bfa962d9670fb9abf5b8f3f1bed7.zip |
update endpoitns
-rw-r--r-- | records.json | 15 |
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" } ] |