Added anonymous client connections support.
[crypto.git] / doc / example_silcd.conf.in
index 9a79a679760774ec982f1097e67847bed9e1df89..aa7df35a65bb25257793034cd8e6652aae0296bd 100644 (file)
@@ -351,6 +351,13 @@ ConnectionParams {
        # process somewhat slower, than without PFS.
        #key_exchange_pfs = true;
 
+       # Anonymous connection.  This setting has effect only when this
+       # this is used with client connections.  If set to true then clients
+       # using this connection parameter will be anonymous connections.
+       # This means that the client's username and hostname information
+       # is scrambled and anonymous mode is set for the user.
+       #anonymous = true;
+
        #TODO:
        #connections_interval - incoming connection interval limit ?
 };