Reorder core plugins to stop having the warning at startup

This commit is contained in:
Théophile Diot 2023-04-21 11:29:16 +02:00
parent db166c434b
commit bba26b5486
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"id": "antibot",
"order": 8,
"order": 9,
"name": "Antibot",
"description": "Bot detection by using a challenge.",
"version": "0.1",

View File

@ -1,6 +1,6 @@
{
"id": "bunkernet",
"order": 6,
"order": 7,
"name": "BunkerNet",
"description": "Share threat data with other BunkerWeb instances via BunkerNet.",
"version": "0.1",

View File

@ -1,6 +1,6 @@
{
"id": "limit",
"order": 7,
"order": 8,
"name": "Limit",
"description": "Limit maximum number of requests and connections.",
"version": "0.1",

View File

@ -1,6 +1,6 @@
{
"id": "reversescan",
"order": 5,
"order": 6,
"name": "Reverse scan",
"description": "Scan clients ports to detect proxies or servers.",
"version": "0.1",