diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-04-02 13:18:54 -0600 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-04-02 13:18:54 -0600 |
commit | a0805ff3063187734add2400c61ea9a433b2de41 (patch) | |
tree | b9bd129bc11214c1d4caafbbeb984f742044c62e | |
parent | 48237d1b0f7ce7502f5544ee8c3a463be75920fb (diff) | |
download | dns-updater-a0805ff3063187734add2400c61ea9a433b2de41.tar.gz dns-updater-a0805ff3063187734add2400c61ea9a433b2de41.zip |
add endpoint record
-rw-r--r-- | records.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/records.json b/records.json index 0eaf4e1..37076e5 100644 --- a/records.json +++ b/records.json @@ -1,4 +1,12 @@ [ + }, + { + "type": "CNAME", + "name": "endpoint.simponic", + "content": "levi.simponic.xyz", + "ttl": "43200", + "internal": "off" + }, { "type": "A", "name": "johan.internal.simponic.xyz", |