Skip to content

Commit 3bdaf32

Browse files
committed
Create CNAME for fedi.crates.io
The crates.io team plans to use Mastodon for status updates in the feature and has rented its own Mastodon server for this. A new CNAME has been created under the `crates.io` domain that points to this host. See rust-lang/crates.io#6877 for more details.
1 parent 8f78eca commit 3bdaf32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: terraform/dns/.terraform.lock.hcl

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: terraform/dns/crates.io.tf

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module "crates_io" {
1111
ttl = 300
1212

1313
CNAME = {
14+
"fedi" = ["vip.masto.host"]
1415
"status" = ["pvbm341xnpgm.stspg-customer.com"],
1516
"doc" = ["rust-lang.github.io"], # https://github.com/rust-lang/cargo/tree/gh-pages
1617
}

0 commit comments

Comments
 (0)