mirror of
https://github.com/activecm/rita
synced 2026-06-08 13:02:45 +00:00
ee04ee472c
Updated configurations for docker deployment to reflect changes made in #78
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
{
|
|
"update_check_enabled": true,
|
|
"filtering": {
|
|
"filter_external_to_internal": true,
|
|
"internal_subnets": [
|
|
"10.0.0.0/8",
|
|
"172.16.0.0/12",
|
|
"192.168.0.0/16",
|
|
"fd00::/8"
|
|
]
|
|
},
|
|
"threat_intel": {
|
|
"online_feeds": [
|
|
"https://feodotracker.abuse.ch/downloads/ipblocklist.txt"
|
|
]
|
|
}
|
|
} |