Update README.md

This commit is contained in:
Giuseppe 2025-02-28 14:34:02 +01:00 committed by GitHub
parent d89928f537
commit c354461d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@
</a>
</p>
![Selks](Screenshot_20250228_142832.png)
## 📋 Introduction
Mikrocata2SELKS is a streamlined solution for integrating Mikrotik devices with Suricata IDS/IPS for packet analysis.
@ -55,11 +57,11 @@ graph LR
You have two options:
- For SSL connection (recommended):
```sh
/ip/service/set api-ssl address=[DEBIANIP] enabled=yes
/ip/service/set api-ssl address=[DEBIANIP]
```
- For non-SSL connection (default settings):
```sh
/ip/service/set api address=[DEBIANIP] enabled=yes
/ip/service/set api address=[DEBIANIP]
```
Then configure the corresponding settings in mikrocata.py: