You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MikroTik pagination script for smaller devices
- Add new pagination script section to MikroTik integration docs
- Script fetches and imports blocklists in configurable chunks (default 15k entries)
- Includes memory-efficient approach with automatic cleanup
- Provides detailed logging and progress tracking
- Ideal for devices with limited RAM or large blocklists
- Maintains compatibility with existing integration format
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/integrations/mikrotik.mdx
+110Lines changed: 110 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,116 @@ The script is now running and the blocklist is being imported into the Mikrotik
102
102
Please be careful with the frequency of the scheduler and the blocklists size your subscribe to your integration, as it may cause performance issues on your Mikrotik device.
103
103
:::
104
104
105
+
## Pagination Script for Smaller Devices
106
+
107
+
For smaller MikroTik devices that cannot handle large blocklists at once, you can use this pagination script that fetches and imports the blocklist in smaller chunks:
0 commit comments