From c691251feaffa310a51e0c2255eefc6b42f0e728 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Fri, 9 Jan 2004 18:48:31 +0100 Subject: v0.5.3 - Added: client password identification (weak) - Added: sigint intercepting and server closing - Modified: communication between server and client - Added: 'nossl' and 'nozlib' modes - Added: zlib support - Lightly Modified: verbose mode - Modified/Added: help screen and long options support --- config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config b/config index 4a3eb4e..8230abc 100644 --- a/config +++ b/config @@ -27,7 +27,8 @@ hostname #this is a name of the server (it's using it for choosin listen 50127 #portnumber on which server is listening for users manage 50126 #portnumber on which server is listening for afclient users 5 #amount of users we are allowing to connect -type tcp #type of the realm (which protocol it will forward (tcp|udp) +proto tcp #type of the realm (which protocol it will forward (tcp|udp) +#pass mypassword #this is a password used for client identification # and now the second realm @@ -36,4 +37,4 @@ hostname listen 50125 manage 50124 users 5 -type tcp +proto tcp -- cgit v1.1