summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJakub Sławiński2004-01-09 18:48:31 +0100
committerJoshua Judson Rosen2014-07-17 21:14:55 +0200
commitc691251feaffa310a51e0c2255eefc6b42f0e728 (patch)
treef7202a10873641aad3c93850948ec3d969c97735 /config
parentv0.5.2 (diff)
downloadapf-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--config5
1 files changed, 3 insertions, 2 deletions
diff --git a/config b/config
index 4a3eb4e..8230abc 100644
--- a/config
+++ b/config
@@ -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