Skip to content

Commit

Permalink
Change DNS for rustconf.com to new website
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Feb 29, 2024
1 parent aff57e6 commit c3d9290
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 c3d9290

Please sign in to comment.