diff --git a/config/config.go b/config/config.go index 3171083c..25504803 100644 --- a/config/config.go +++ b/config/config.go @@ -186,8 +186,8 @@ type RawConfig struct { Tun Tun `yaml:"tun"` Experimental Experimental `yaml:"experimental"` Profile Profile `yaml:"profile"` - Proxy []map[string]any `yaml:"proxies"` - ProxyGroup []map[string]any + Proxy []map[string]any `yaml:"proxies"` + ProxyGroup []map[string]any `yaml:"proxy-groups"` Rule []string `yaml:"rules"` Script Script `yaml:"script"` }