ooni-probe-cli/config/advanced.go
2018-02-07 20:02:18 +02:00

8 lines
164 B
Go

package config
// Advanced settings
type Advanced struct {
IncludeCountry bool `json:"include_country"`
UseDomainFronting bool `json:"use_domain_fronting"`
}