Skip to content

Commit

Permalink
filter external to internal traffic by default (#753)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan L <[email protected]>
  • Loading branch information
Zalgo2462 and Logan L authored Sep 16, 2022
1 parent 5383a55 commit ef9373d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type (
InternalSubnets []string `yaml:"InternalSubnets" default:"[\"10.0.0.0/8\", \"172.16.0.0/12\", \"192.168.0.0/16\"]"`
AlwaysIncludeDomain []string `yaml:"AlwaysIncludeDomain" default:"[]"`
NeverIncludeDomain []string `yaml:"NeverIncludeDomain" default:"[]"`
FilterExternalToInternal bool `yaml:"FilterExternalToInternal" default:"false"`
FilterExternalToInternal bool `yaml:"FilterExternalToInternal" default:"true"`
}

//StrobeStaticCfg controls the maximum number of connections between any two given hosts
Expand Down
2 changes: 1 addition & 1 deletion etc/rita.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Filtering:

# FilterExternalToInternal will ignore any entries where communication
# is occurring from an external host to an internal host
FilterExternalToInternal: false
FilterExternalToInternal: true

BlackListed:
Enabled: true
Expand Down

0 comments on commit ef9373d

Please sign in to comment.