diff --git a/domains/ip6.omne.json b/domains/ip6.omne.json new file mode 100644 index 000000000..9cb6ca7ef --- /dev/null +++ b/domains/ip6.omne.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "notomne", + "email": "charmquark314@proton.me" + }, + "description": "omne.is-a.dev, but IPv6-only", + "record": { + "AAAA": [ + "2600:1f14:1f56:d100::1337", + "2600:1f14:1f56:d100::c0de" + ] + } +} diff --git a/domains/omne.json b/domains/omne.json index d47950056..6db6df819 100644 --- a/domains/omne.json +++ b/domains/omne.json @@ -4,6 +4,10 @@ "email": "charmquark314@proton.me" }, "record": { - "A": ["44.240.31.54"] + "A": ["44.240.31.54"], + "AAAA": [ + "2600:1f14:1f56:d100::1337", + "2600:1f14:1f56:d100::c0de" + ] } }