feat(ooniprobe): add vanilla_tor to experimental (#745)
While there make vanilla_tor only run in unattended mode. While there also make torsf unattended-mode only. See https://github.com/ooni/probe/issues/2101 See https://github.com/ooni/probe/issues/2057
This commit is contained in:
parent
733ce44292
commit
f626a015c9
4 changed files with 37 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ var All = map[string]Group{
|
|||
DNSCheck{},
|
||||
STUNReachability{},
|
||||
TorSf{},
|
||||
VanillaTor{},
|
||||
},
|
||||
UnattendedOK: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue