mirror of https://github.com/bjdgyc/anylink.git
修改SetPolicy函数的注释
This commit is contained in:
parent
e24aa2d900
commit
68076f58eb
|
@ -41,7 +41,7 @@ func SetPolicy(p *Policy) error {
|
|||
}
|
||||
}
|
||||
p.RouteInclude = routeInclude
|
||||
// 包含路由
|
||||
// 排除路由
|
||||
routeExclude := []ValData{}
|
||||
for _, v := range p.RouteExclude {
|
||||
if v.Val != "" {
|
||||
|
|
Loading…
Reference in New Issue