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

@ -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"`
}