Update readme
This commit is contained in:
parent
7724c245d5
commit
c66e01c813
3 changed files with 79 additions and 3 deletions
|
@ -15,7 +15,7 @@ Terraform/OpenTofu. Instead of bridges generating new identity keys at startup
|
|||
(which would change on each deployment), this provider manages the identity
|
||||
lifecycle within your infrastructure-as-code workflow.
|
||||
|
||||
**Why?***
|
||||
**Why?**
|
||||
|
||||
When deploying obfs4 bridges at scale, maintaining consistent bridge identity
|
||||
across VM upgrades and replacements is crucial. This provider solves that by:
|
||||
|
@ -43,11 +43,9 @@ resource "tor_relay_identity_rsa" "bridge" {}
|
|||
|
||||
resource "tor_relay_identity_ed25519" "bridge" {}
|
||||
|
||||
# Generate obfs4 state using the identity keys
|
||||
resource "tor_obfs4_state" "bridge" {
|
||||
rsa_identity_private_key = tor_relay_identity_rsa.bridge.private_key_pem
|
||||
ed25519_identity_private_key = tor_relay_identity_ed25519.bridge.private_key_pem
|
||||
iat_mode = 1
|
||||
}
|
||||
|
||||
# Generate bridge line for client distribution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue