[fix] rule providers
This commit is contained in:
parent
b90fe87a17
commit
826b79a748
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ type RawConfig struct {
|
||||||
Interface string `yaml:"interface-name"`
|
Interface string `yaml:"interface-name"`
|
||||||
|
|
||||||
ProxyProvider map[string]map[string]interface{} `yaml:"proxy-providers"`
|
ProxyProvider map[string]map[string]interface{} `yaml:"proxy-providers"`
|
||||||
|
RuleProvider map[string]map[string]interface{} `yaml:"rule-providers"`
|
||||||
Hosts map[string]string `yaml:"hosts"`
|
Hosts map[string]string `yaml:"hosts"`
|
||||||
DNS RawDNS `yaml:"dns"`
|
DNS RawDNS `yaml:"dns"`
|
||||||
Tun Tun `yaml:"tun"`
|
Tun Tun `yaml:"tun"`
|
||||||
|
|
Loading…
Reference in a new issue