Drop the include_ip & include_network settings (#210)

Refactor the copy for the publishing of results setting
This commit is contained in:
Arturo Filastò 2021-02-03 13:52:39 +01:00 committed by GitHub
parent c824612812
commit d5b3e90605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,21 +98,10 @@ func Onboarding(config *config.Config) error {
if changeDefaults == true {
var qs = []*survey.Question{
{
Name: "IncludeIP",
Prompt: &survey.Confirm{Message: "Should we include your IP?"},
},
{
Name: "IncludeNetwork",
Prompt: &survey.Confirm{
Message: "Can we include your network name?",
Default: true,
},
},
{
Name: "UploadResults",
Prompt: &survey.Confirm{
Message: "Can we upload your results?",
Message: "Can we automatically publish your OONI Probe test results?",
Default: true,
},
},