Skip to content

Commit 41b47e2

Browse files
committed
dns: use A/AAAA at domain apex on ofborg.org
1 parent 5c52584 commit 41b47e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dns/ofborg.org.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ D("ofborg.org",
1818
alignmentSPF: "strict"
1919
}),
2020

21-
ALIAS("@", "core.ofborg.org."),
21+
A("@", "136.144.57.217"),
22+
AAAA("@", "2604:1380:45f1:400::3"),
2223

2324
A("core", "136.144.57.217"),
2425
AAAA("core", "2604:1380:45f1:400::3"),

0 commit comments

Comments
 (0)