From 1ecd8c98a084035a40f9a266efb831dbcc0deb04 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Tue, 25 Oct 2016 16:17:25 +1000 Subject: [PATCH] * describe portknock source module --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 7b7e99f..d972fbe 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -69,6 +69,11 @@ redis * database -- database number on redis server (see SELECT redis command) * password -- password for redis auth after connect (see AUTH redis command) +portknock +: Init string is ignored. Only option is `listen` -- set address/port for tcp honeypot. + Address is optional, eg "23" and "0.0.0.0:23" is the same. + For ipv6 address use square brackets like this: "[fe80::fe14:a87c]:23". + Filter-modules --------------