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