@cryptotaxi247 / infra / commits / 8997958b

dns: Point tracker.security.n.o to production host

Dionysis Grigoropoulos committed Oct 3, 2025 at 16:09 UTC 8997958b4652dc5ebb386e44b0aa0ee5897506b4
1 file changed +5 -2
dns/nixos.org.js
+5 -2
@@ -136,8 +136,11 @@ D("nixos.org",
136 CNAME("cryptpad-sandbox.ngi", "makemake.ngi.nixos.org."),
137 CNAME("summer", "makemake.ngi.nixos.org."),
138
139 - A("tracker.security", "188.245.41.195"),
140 - AAAA("tracker.security", "2a01:4f8:1c1b:b87b::1"),
139 + A("tracker-staging.security", "188.245.41.195"),
140 + AAAA("tracker-staging.security", "2a01:4f8:1c1b:b87b::1"),
141 +
142 + A("tracker.security", "91.99.31.214"),
143 + AAAA("tracker.security", "2a01:4f8:1c1b:6921::1"),
144
145 // merge-bot
146 A("nixpkgs-merge-bot", "37.27.11.42"),