fix dns record not being array in nova.is-a.dev

This commit is contained in:
Nova 3
2025-01-20 08:23:34 +10:00
committed by GitHub
parent 55a8ed4137
commit 61fc0e2bda
+1 -1
View File
@@ -6,6 +6,6 @@
"discord": "7un4r"
},
"record": {
"A": "154.29.72.52"
"A": ["154.29.72.52"]
}
}