From edc8f6e5a1fd6543b754afac715e93cf54bed9c5 Mon Sep 17 00:00:00 2001 From: !omne <123329306+notomne@users.noreply.github.com> Date: Sat, 30 Sep 2023 13:40:19 -0700 Subject: [PATCH] ipv6-only omne.is-a.dev love hexspeak :3 --- domains/ip6.omne.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/ip6.omne.json 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" + ] + } +}