Skip to content

Commit baf7e6e

Browse files
committed
dns: restore apex alias on nix.dev
1 parent 6e6a4c4 commit baf7e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dns/nix.dev.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ D("nix.dev",
2020

2121
TXT("@", "google-site-verification=J55RGHyOPKpHAyIHVfBy1RdY_LuVIvLyuyR8deO62YE"),
2222

23-
A("@", "99.83.231.61"),
24-
A("@", "75.2.60.5"),
23+
ALIAS("@", "nix-dev.netlify.app."),
2524
CNAME("www", "nix-dev.netlify.app.")
2625
);
2726

0 commit comments

Comments
 (0)