Add support for custom collectors and bouncers

This commit is contained in:
Arturo Filastò
2018-09-21 18:54:44 +02:00
parent 5a3c5e94f8
commit 0d21186492
6 changed files with 23 additions and 5 deletions
+2
View File
@@ -96,6 +96,8 @@ func (c *Controller) Init(nt *mk.Nettest) error {
RandomizeInput: false, // It's important to disable input randomization to ensure the URLs are written in sync to the DB
SoftwareName: "ooniprobe-desktop",
SoftwareVersion: ooni.Version,
CollectorBaseURL: c.Ctx.Config.Advanced.CollectorURL,
BouncerBaseURL: c.Ctx.Config.Advanced.BouncerURL,
OutputPath: msmtPath,
GeoIPCountryPath: geoIPCountryPath,