7 lines
184 B
Go
7 lines
184 B
Go
package entity
|
|
|
|
// ExperimentalOptions represents the experimental section in the Clash config
|
|
type ExperimentalOptions struct {
|
|
IgnoreResolveFail bool `yaml:"ignore-resolve-fail"`
|
|
}
|