Skip to content

Commit

Permalink
Merge pull request #392 from jdno/rustconf-dns
Browse files Browse the repository at this point in the history
Change DNS for rustconf.com to new website
  • Loading branch information
jdno authored Mar 5, 2024
2 parents cfa73c5 + c3d9290 commit 24f5b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dns/rustconf.com.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "rustconf_com" {
ttl = 300

A = {
"@" = ["75.2.60.5"],
"@" = ["185.124.108.132"],
}

CNAME = {
Expand Down

0 comments on commit 24f5b2e

Please sign in to comment.