diff options
author | Jakub Sławiński | 2004-01-09 18:48:31 +0100 |
---|---|---|
committer | Joshua Judson Rosen | 2014-07-17 21:14:55 +0200 |
commit | c691251feaffa310a51e0c2255eefc6b42f0e728 (patch) | |
tree | f7202a10873641aad3c93850948ec3d969c97735 /config | |
parent | v0.5.2 (diff) | |
download | apf-c691251feaffa310a51e0c2255eefc6b42f0e728.tar.gz |
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
Diffstat (limited to 'config')
-rw-r--r-- | config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27,7 +27,8 @@ hostname <yourhostname> #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 <yourhostname> listen 50125 manage 50124 users 5 -type tcp +proto tcp |