Skip to content

Commit 42dd998

Browse files
committed
update doc
1 parent 1ba2e75 commit 42dd998

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crowdsec-docs/unversioned/integrations/mikrotik.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Once the integration is generated you will be presented with a credentials scree
5050

5151
## Mikrotik Configuration
5252

53+
To configure the Mikrotik router, we will :
54+
55+
1. Create a script that will fetch the blocklist from the CrowdSec API and import it into the Mikrotik firewall.
56+
2. Create a scheduler that will run the script every 10 minutes.
57+
5358
First you need to create a script.
5459

5560
![](/img/mikrotik_1.gif)
@@ -83,8 +88,6 @@ You need to replace `<integration_id>`, `<username>` and `<password>` with the v
8388
Do not change `list="crowdsec-integration"` in the script, as it is used by the data you fetch from the CrowdSec API.
8489
:::
8590
86-
Basically, this script will fetch the blocklist from the CrowdSec API (from the URL provided in the console) and import it into the Mikrotik firewall.
87-
8891
![](/img/mikrotik_2.gif)
8992
9093
When you click on "OK", the script will be created. You can now run the script and check the logs to see if it is working.

0 commit comments

Comments
 (0)