Browse Source

[Minor] Increase priority of the asn module

tags/2.0
Vsevolod Stakhov 5 years ago
parent
commit
0141607ec2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/asn.lua

+ 1
- 1
src/plugins/lua/asn.lua View File

@@ -124,7 +124,7 @@ if configure_asn_module() then
name = 'ASN_CHECK',
type = 'prefilter,nostat',
callback = asn_check,
priority = 5,
priority = 8,
flags = 'empty',
})
if options['symbol'] then

Loading…
Cancel
Save