mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
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.
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
|
|
config netstinky 'ids'
|
|
option interface 'lan'
|
|
option port '8089'
|
|
option updatehost 'netstinky-api.wand.net.nz'
|
|
option updateport '15000'
|
|
option sslnoverify 'false'
|
|
|