Browse Source

[Minor] Rebalance IP score coefficients

tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
1d97688bc8
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/plugins/lua/ip_score.lua

+ 3
- 3
src/plugins/lua/ip_score.lua View File

@@ -39,9 +39,9 @@ local options = {
['no action'] = 1.0
},
scores = { -- how each component is evaluated
['asn'] = 0.5,
['country'] = 0.1,
['ipnet'] = 0.8,
['asn'] = 0.4,
['country'] = 0.01,
['ipnet'] = 0.5,
['ip'] = 1.0
},
symbol = 'IP_SCORE', -- symbol to be inserted

Loading…
Cancel
Save