Skip to content

Commit 8a68dbe

Browse files
committed
fix setting tor+snowflake tunnel in case it's needed
1 parent de15db9 commit 8a68dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/experiment/riseupvpn/riseupvpn.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ func (m Measurer) Run(ctx context.Context, args *model.ExperimentArgs) error {
265265
}
266266

267267
if testkeys.APIStatus == "blocked" {
268-
for _, input := range inputs {
269-
input.Config.Tunnel = "torsf"
268+
for i := range inputs {
269+
inputs[i].Config.Tunnel = "torsf"
270270
}
271271
for entry := range multi.CollectOverall(ctx, inputs, 1, 20, "riseupvpn", callbacks) {
272272
testkeys.UpdateProviderAPITestKeys(entry)

0 commit comments

Comments
 (0)