Merge pull request #17 from Adlyq/Alpha

[Fix] Parse
This commit is contained in:
gVisor bot 2022-03-17 12:28:45 +08:00
commit 64dc15e99d

View file

@ -187,7 +187,7 @@ type RawConfig struct {
Experimental Experimental `yaml:"experimental"`
Profile Profile `yaml:"profile"`
Proxy []map[string]any `yaml:"proxies"`
ProxyGroup []map[string]any
ProxyGroup []map[string]any `yaml:"proxy-groups"`
Rule []string `yaml:"rules"`
Script Script `yaml:"script"`
}