ooni-probe-cli/config/advanced.go

8 lines
164 B
Go
Raw Normal View History

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