Skip to content

Commit

Permalink
Merge pull request #1256 from getlantern/iran
Browse files Browse the repository at this point in the history
Configure Replica in Iran to use regional infrastructure
  • Loading branch information
anacrolix authored Oct 17, 2022
2 parents 4afea5b + 4542761 commit 6e892d7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions embeddedconfig/global.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,23 @@ featureoptions:
replicarustdefaultendpoint: &FrankfurtReplicaRust http://replica-search-aws.lantern.io/
replicarustendpoints:
"RU": *FrankfurtReplicaRust
"IR": *FrankfurtReplicaRust
"IR": *IranReplicaRust

# Here follows options per-country

"IR":
metadatabaseurls: *AllReplicaBaseUrls
replicarustendpoint: *FrankfurtReplicaRust
trackers: *GlobalTrackers
webseedbaseurls: *AllReplicaBaseUrls
staticpeeraddrs: [&IranReplicaPeer "81.12.39.55:42069"]
replicarustendpoint: &IranReplicaRust "https://ir.ss7hc6jm.io"
metadatabaseurls: &IranReplicaBaseUrls
# Arvancloud also supports bucket.s3-endpoint schema, which I think would be more identifiable.
- https://s3.ir-thr-at1.arvanstorage.com/gmt/
- https://s3.ap-southeast-1.amazonaws.com/getlantern-replica/
- https://s3-ap-southeast-1.amazonaws.com/getlantern-replica/
- https://s3.eu-central-1.amazonaws.com/getlantern-replica-frankfurt/
- https://s3-eu-central-1.amazonaws.com/getlantern-replica-frankfurt/
- https://d3mm73d1kmj7zd.cloudfront.net/
webseedbaseurls: *IranReplicaBaseUrls
"RU":
metadatabaseurls: *AllReplicaBaseUrls
replicarustendpoint: *FrankfurtReplicaRust
Expand Down

0 comments on commit 6e892d7

Please sign in to comment.