-
Notifications
You must be signed in to change notification settings - Fork 0
network canary for traffic towards otherwise unused host
License
dglynos/letmeknow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
letmeknow --------- A tiny canary-type service to alert administrators of suspicious traffic towards an otherwise unused host. BUILD ----- Install a rust toolchain (e.g. rustup update), then update dependencies if you like (e.g. cargo update) and then build with cargo: $ cargo build --release INSTALL ------- # install -m 0700 -o root target/release/letmeknow /usr/local/sbin/letmeknow # install -D -m 0600 -o root sample/config.ini /etc/letmeknow/config.ini # install -m 0700 -d /var/log/letmeknow CONFIGURATION ------------- Configure /etc/letmeknow/config.ini to your liking Make sure to avoid spaces in comma separated lists e.g. A=+423,+423,+4232 RUNNING ------- At present letmeknow runs as an application (not a daemon) and writes to standard error. /usr/local/sbin/letmeknow
About
network canary for traffic towards otherwise unused host
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published