Skip to content

Commit

Permalink
dns: Init tracker.security.nixos.org
Browse files Browse the repository at this point in the history
Erethon committed Dec 12, 2024
1 parent 28532c2 commit a8b9e77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/dns.tf
Original file line number Diff line number Diff line change
@@ -286,6 +286,16 @@ locals {
type = "CNAME"
value = "caliban.nixos.org"
},
{
hostname = "tracker.security.nixos.org"
type = "A"
value = "188.245.41.195"
},
{
hostname = "tracker.security.nixos.org"
type = "AAAA"
value = "2a01:4f8:1c1b:b87b::1"
},
{
hostname = "caliban.nixos.org"
type = "TXT"

0 comments on commit a8b9e77

Please sign in to comment.