8 lines
164 B
Go
8 lines
164 B
Go
package config
|
|
|
|
// Advanced settings
|
|
type Advanced struct {
|
|
IncludeCountry bool `json:"include_country"`
|
|
UseDomainFronting bool `json:"use_domain_fronting"`
|
|
}
|