Signed-off-by: Andrew Mackintosh <amackint@waikato.ac.nz> Maintainer: me / @null-cipher Compile tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4 Hyper-V VM / x86_64, OpenWrt 19.07.4 Run tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4 Hyper-V VM / x86_64, OpenWrt 19.07.4 Description: The NetStinky IDS is a component of the NetStinky suite of tools. It monitors the traffic on the LAN interfaces of your router for Indications of Compromise (IoCs), drawn from an auto-updating list of definitions. IoCs are subsequently reported to the NetStinky smartphone applications.
8 lines
186 B
Text
8 lines
186 B
Text
|
|
config netstinky 'ids'
|
|
option interface 'lan'
|
|
option port '8089'
|
|
option updatehost 'netstinky-api.wand.net.nz'
|
|
option updateport '15000'
|
|
option sslnoverify 'false'
|
|
|