dns: use A/AAAA at domain apex on ofborg.org
Martin Weinelt committed
Oct 18, 2025 at 21:13 UTC
41b47e2d13c49af1c02d644c6ad35f96df7b4e50
1 file changed
+2
-1
dns/ofborg.org.js
+2
-1
@@ -18,7 +18,8 @@ D("ofborg.org",
18
alignmentSPF: "strict"
19
}),
20
21
- ALIAS("@", "core.ofborg.org."),
21
+ A("@", "136.144.57.217"),
22
+ AAAA("@", "2604:1380:45f1:400::3"),
23
24
A("core", "136.144.57.217"),
25
AAAA("core", "2604:1380:45f1:400::3"),