From b457fec36399c1f7de093d5e92bb4fa453b79c86 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Sun, 5 Feb 2006 15:14:03 +0100 Subject: v0.8 - Fixed: infinite loop after buffering message - Fixed: corrupt packets after closing connections in the stopped state - Fixed: bug in mapping user numbers between afclient and afserver - Fixed: premature close of the service connection - Fixed: invalid buffering when the connection is closing - Added: Multiple tunnels in one afclient<->afserver connection --- doc/en/README | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) (limited to 'doc/en/README') diff --git a/doc/en/README b/doc/en/README index a9fcbce..cea4c66 100644 --- a/doc/en/README +++ b/doc/en/README @@ -1,4 +1,4 @@ -AF - Active Port Forwarder 0.7.5 - README +AF - Active Port Forwarder 0.8 - README Copyright (C) 2003-2006 jeremian - ================================================================= @@ -39,10 +39,11 @@ INTRO 4. HTTP PROXY TUNNELS 5. LOGGING 6. MODULES -7. EXAMPLES - 7.1 tcp mode - 7.2 reverse udp mode -8. BUGS/PROBLEMS +7. MULTI TUNNELS +8. EXAMPLES + 8.1 tcp mode + 8.2 reverse udp mode +9. BUGS/PROBLEMS NOTES @@ -517,11 +518,28 @@ Modules have to be compiled with '-fPIC -shared' options. ================================================================================ +================ +7. MULTI TUNNELS +================ + +Since version 0.8 it's possible to transfer multiple tunnels in the one +afclient <-> afserver connection. + +On the afserver we have to specify multiple listen ports with the same manage +port. + +When we set several '-p' options on the afclient, the new user connections will +be distributed according to the sequence of the options, i.e. new user +connecting to the second UsrCli pair (with the same manage ports) will be +transferred to the destination pointed by the second '-p' option. + +================================================================================ + =========== -7. EXAMPLES +8. EXAMPLES =========== - 7.1 tcp mode + 8.1 tcp mode ------------ local network |FireWall| Internet @@ -570,7 +588,7 @@ on our computer and we are behind a masquerade or a firewall: 6) We can now enter with a web-browser to: :50127 and we will enter to our computer in the fact. - 7.2 reverse udp mode + 8.2 reverse udp mode -------------------- local network |FireWall| Internet @@ -609,7 +627,7 @@ server on our computer (udp port 27960 on our machine): ================================================================================ ================ -8. BUGS/PROBLEMS +9. BUGS/PROBLEMS ================ There are no known/open bugs at the moment. @@ -652,3 +670,7 @@ LICENSE Public License v2.0 and is copyright (C) 2003-2006 jeremian . See the file COPYING for details. + In addition, as a special exception, the copyright holders give permission to + link the code of portions of this program with the OpenSSL library under + certain conditions as described in each individual source file, and distribute + linked combinations including the two. -- cgit v1.1