mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
162d4ce478
* Corrected file path by removing /mnt * Update 20-zerotier.sh * Update README.md * removed /mnt directory as evertyhing is done in /data * Corrected URL * Update remote_install.sh * Auto check data dir * fixed adguard installation * More data fixes * Fix dns common data path * fixed haproxy readme
22 lines
615 B
Markdown
22 lines
615 B
Markdown
# Run Suricata 5.0.3 with custom rules
|
|
|
|
## UBNT updated Suricata in 1.9.x firmwares make this unneeded
|
|
|
|
## Features
|
|
|
|
1. Run a newer suricata with custom rules
|
|
2. Persists through reboots and firmware updates.
|
|
|
|
## Requirements
|
|
|
|
1. You have successfully setup the on boot script described [here](https://github.com/unifi-utilities/unifios-utilities/tree/main/on-boot-script)
|
|
|
|
## Customization
|
|
|
|
- Put customs rules files in /data/suricata-rules
|
|
|
|
## Steps
|
|
|
|
1. Copy [25-suricata.sh](on_boot.d/25-suricata.sh) to /data/on_boot.d and update its values to reflect your environment
|
|
2. Execute /data/on_boot.d/25-suricata.sh
|