remove mumble.nix-community.org

The server doesn't seem to be active anymore. I tried poking port 80,
443 and 64738.
This commit is contained in:
zimbatm 2023-01-25 10:02:27 +01:00
parent dfff37bddf
commit 705b3a2963
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -136,20 +136,6 @@ resource "cloudflare_record" "nix-community-org-github-pages-challenge-TXT" {
type = "TXT"
}
# ehmry's mumble server at vps-free
resource "cloudflare_record" "mumble-A" {
zone_id = local.nix_community_zone_id
name = "mumble"
value = "37.205.14.171"
type = "A"
}
resource "cloudflare_record" "mumble-AAAA" {
zone_id = local.nix_community_zone_id
name = "mumble"
value = "2a03:3b40:fe:ab::1"
type = "AAAA"
}
resource "cloudflare_record" "nix-community-org-github-pages" {
for_each = { for page in local.nix_community_github_pages : page => page }