dns: Init tracker.security.nixos.org
Dionysis Grigoropoulos committed
Dec 9, 2024 at 22:49 UTC
a8b9e773e8d9dfcafea39db77aa77fb0d1ab9a57
1 file changed
+10
terraform/dns.tf
+10
@@ -286,6 +286,16 @@ locals {
286
type = "CNAME"
287
value = "caliban.nixos.org"
288
},
289
+ {
290
+ hostname = "tracker.security.nixos.org"
291
+ type = "A"
292
+ value = "188.245.41.195"
293
+ },
294
+ {
295
+ hostname = "tracker.security.nixos.org"
296
+ type = "AAAA"
297
+ value = "2a01:4f8:1c1b:b87b::1"
298
+ },
299
{
300
hostname = "caliban.nixos.org"
301
type = "TXT"