Skip to content

Commit

Permalink
fix setting tor+snowflake tunnel in case it's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cyBerta committed Mar 21, 2023
1 parent de15db9 commit 8a68dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/experiment/riseupvpn/riseupvpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ func (m Measurer) Run(ctx context.Context, args *model.ExperimentArgs) error {
}

if testkeys.APIStatus == "blocked" {
for _, input := range inputs {
input.Config.Tunnel = "torsf"
for i := range inputs {
inputs[i].Config.Tunnel = "torsf"
}
for entry := range multi.CollectOverall(ctx, inputs, 1, 20, "riseupvpn", callbacks) {
testkeys.UpdateProviderAPITestKeys(entry)
Expand Down

0 comments on commit 8a68dbe

Please sign in to comment.