From cad18b7529687fcb0a9d48b3ccd015a18be050d2 Mon Sep 17 00:00:00 2001 From: "maze.y2b@gmail.com" Date: Thu, 25 Nov 2021 21:52:07 +0800 Subject: [PATCH] [fix] rule providers --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index aca9156d..1363795c 100644 --- a/config/config.go +++ b/config/config.go @@ -170,6 +170,7 @@ type RawConfig struct { Interface string `yaml:"interface-name"` ProxyProvider map[string]map[string]interface{} `yaml:"proxy-providers"` + RuleProvider map[string]map[string]interface{} `yaml:"rule-providers"` Hosts map[string]string `yaml:"hosts"` DNS RawDNS `yaml:"dns"` Tun Tun `yaml:"tun"`