8a27de6c7d
* Remove all settings which are not implemented * Add support for migrating config files from version 0 -> 1 Add basic unittests for the config file migration * Update the config file used by travis * Fix typos in console log messages * Improve the comment * Fix type of limit * Set informed consent to true in the travis config
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
|
"_version": 1,
|
|
"_informed_consent": true,
|
|
"sharing": {
|
|
"include_ip": true,
|
|
"include_asn": true,
|
|
"include_country": true,
|
|
"upload_results": true
|
|
},
|
|
"nettests": {
|
|
"websites_url_limit": 10
|
|
},
|
|
"advanced": {
|
|
"use_domain_fronting": false,
|
|
"send_crash_reports": true,
|
|
"collector_url": "",
|
|
"bouncer_url": "https://bouncer.ooni.io"
|
|
}
|
|
}
|