~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to config/suricata/suricata.yaml

  • Committer: Arne Fitzenreiter
  • Date: 2019-12-09 18:37:16 UTC
  • mfrom: (7528.1.100)
  • Revision ID: git-v1:a15dbe44971a47d8749497d75cbfd829ba09e9a3
Merge branch 'next'

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    # Include HOME_NET declaration from external file.
12
12
    include: /var/ipfire/suricata/suricata-homenet.yaml
13
13
 
 
14
    # Include DNS_SERVERS declaration from external file.
 
15
    include: /var/ipfire/suricata/suricata-dns-servers.yaml
 
16
 
14
17
    EXTERNAL_NET: "any"
15
18
 
16
19
    HTTP_SERVERS: "$HOME_NET"
17
20
    SMTP_SERVERS: "$HOME_NET"
18
21
    SQL_SERVERS: "$HOME_NET"
19
 
    DNS_SERVERS: "$HOME_NET"
20
22
    TELNET_SERVERS: "$HOME_NET"
21
23
    AIM_SERVERS: "$EXTERNAL_NET"
22
24
    DC_SERVERS: "$HOME_NET"