mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
rule.summary
This commit is contained in:
@@ -300,6 +300,7 @@ function setRules(newRule){
|
||||
return;
|
||||
}else{
|
||||
userRule = util.merge(defaultRule,newRule);
|
||||
'function' == typeof(userRule.summary) && userRule.summary();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user