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