OPNsense Forum

English Forums => Intrusion Detection and Prevention => Topic started by: keeka on October 02, 2025, 10:01:18 PM

Title: Suricata - customize vars.address-groups
Post by: keeka on October 02, 2025, 10:01:18 PM
If I wish to change say, vars.address-groups.SMTP_SERVERS, what syntax to use in /usr/local/opnsense/service/templates/OPNsense/IDS/custom.yaml without having to re-declare the entire vars.address-groups?
Many thanks.
Title: Re: Suricata - customize vars.address-groups
Post by: keeka on October 03, 2025, 09:02:24 AM
Seems this is not possible without modifying suricata.yaml or the jinja template, to have a nested include in vars.address-groups.
Yaml config does not support overlays. I want to avoid modifying package files :-(