Merge pull request #8355 from notomne/main

omne.is-a.dev and ip6.omne.is-a.dev: Add IPv6
This commit is contained in:
William Harrison
2023-10-01 10:52:19 +08:00
committed by GitHub
2 changed files with 18 additions and 1 deletions
+13
View File
@@ -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"
]
}
}
+5 -1
View File
@@ -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"
]
}
}