aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-03-25 14:10:25 +0100
committerPierre Ossman <ossman@cendio.se>2019-03-25 14:10:25 +0100
commitb0003b5c6931c6ee2abf9138150ac6f83deed1b0 (patch)
treec13d0c15730d7f3e2b8982098d951783e173063e /unix/xserver
parent8e9e154db73e4aa656e05b11a9fc6b8d31d481cf (diff)
downloadtigervnc-b0003b5c6931c6ee2abf9138150ac6f83deed1b0.tar.gz
tigervnc-b0003b5c6931c6ee2abf9138150ac6f83deed1b0.zip
Allow blacklist to be disabled
There might be multiple clients using a single IP (e.g. NAT), which can make the blacklist do more harm than good. So add a setting to disable it if needed.
Diffstat (limited to 'unix/xserver')
-rw-r--r--unix/xserver/hw/vnc/Xvnc.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man
index 99916501..9c8a8891 100644
--- a/unix/xserver/hw/vnc/Xvnc.man
+++ b/unix/xserver/hw/vnc/Xvnc.man
@@ -231,6 +231,11 @@ GnuTLS priority string that controls the TLS session’s handshake algorithms.
See the GnuTLS manual for possible values. Default is \fBNORMAL\fP.
.
.TP
+.B \-UseBlacklist
+Temporarily reject connections from a host if it repeatedly fails to
+authenticate. Default is on.
+.
+.TP
.B \-BlacklistThreshold \fIcount\fP
The number of unauthenticated connection attempts allowed from any individual
host before that host is black-listed. Default is 5.