mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
suricata: Use DNS_SERVERS declaration from external file.
These settings now will be read from /var/ipfire/suricata/suricata-dns-servers.yaml, which will be generated by the generate_dns_servers_file() function, located in ids-functions.pl and called by various scripts. Fixes #12166. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
c8b068a2b5
commit
961a27b5e2
@@ -11,12 +11,14 @@ vars:
|
||||
# Include HOME_NET declaration from external file.
|
||||
include: /var/ipfire/suricata/suricata-homenet.yaml
|
||||
|
||||
# Include DNS_SERVERS declaration from external file.
|
||||
include: /var/ipfire/suricata/suricata-dns-servers.yaml
|
||||
|
||||
EXTERNAL_NET: "any"
|
||||
|
||||
HTTP_SERVERS: "$HOME_NET"
|
||||
SMTP_SERVERS: "$HOME_NET"
|
||||
SQL_SERVERS: "$HOME_NET"
|
||||
DNS_SERVERS: "$HOME_NET"
|
||||
TELNET_SERVERS: "$HOME_NET"
|
||||
AIM_SERVERS: "$EXTERNAL_NET"
|
||||
DC_SERVERS: "$HOME_NET"
|
||||
|
||||
Reference in New Issue
Block a user