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:
Simone Basso 2022-05-20 11:47:22 +02:00 committed by GitHub
commit f626a015c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 0 deletions

View file

@ -12,3 +12,5 @@ func (h TorSf) Run(ctl *Controller) error {
}
return ctl.Run(builder, []string{""})
}
func (h TorSf) onlyBackground() {}