Skip to content

Commit

Permalink
Tx servers
Browse files Browse the repository at this point in the history
  • Loading branch information
BogDrakonov committed Dec 5, 2023
1 parent 8a09ac7 commit afeb21e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions banklesscard-xyz/cloudflare/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,18 @@ locals {
"value" = "3.130.60.26",
"ttl" = 1,
"proxied" = false
},
"stagetx" = {
"name" = "statetx",
"value" = "165.227.248.39",
"ttl" = 1,
"proxied" = false
},
"tx" = {
"name" = "tx",
"value" = "138.197.58.12",
"ttl" = 1,
"proxied" = false
}
}

Expand Down

0 comments on commit afeb21e

Please sign in to comment.