From 0bd3b71fc33a76c93cfde1a2ed49cddf4e44050a Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 6 Sep 2015 12:46:47 +0300 Subject: [PATCH] Document DisallowLoginCall and DisallowSourceCall --- doc/CONFIGURATION.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/CONFIGURATION.md b/doc/CONFIGURATION.md index 3fa1594..4581691 100644 --- a/doc/CONFIGURATION.md +++ b/doc/CONFIGURATION.md @@ -297,6 +297,24 @@ within HTML page. HTTPStatusOptions ShowEmail=1 +### Rejecting logins and packets ### + +The following options allow the server operator to reject logins and packets +from specific callsigns. Both options support 'glob' type wildcards ('*' +matches 0 or more any characters, '?' matches exactly one any character). + +Separate multiple callsigns with spaces. + +DisallowLoginCall rejects logins by the specified callsign. + + DisallowLoginCall P1RAT* P?ROT* + +DisallowSourceCall makes the server drop packets sent by the given source +callsign, even though they were injected at a different server. + + DisallowSourceCall P1RAT* P?ROT* + + ### Environment ### When the server starts up as the super-user (root), it can increase some