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