From 1c65b403497a33768a05385f5575437fd63370cb Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 3 Feb 2008 19:10:14 +0000 Subject: [PATCH] Mention forward-socks5. --- default.action.master | 4 +++- doc/source/user-manual.sgml | 16 +++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/default.action.master b/default.action.master index 2e175366..3f5d0a03 100644 --- a/default.action.master +++ b/default.action.master @@ -9,7 +9,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.107 2008/01/20 13:19:58 fabiankeil Exp $ +# $Id: default.action.master,v 1.108 2008/01/25 19:29:20 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.7 or later due to # syntax changes. @@ -317,6 +317,8 @@ # +forward-override{forward 127.0.0.1:8123} # +forward-override{forward-socks4a 127.0.0.1:9050 .} # +forward-override{forward-socks4a 127.0.0.1:9050 proxy.example.org:8000} +# +forward-override{forward-socks5 127.0.0.1:9050 .} +# +forward-override{forward-socks5 127.0.0.1:9050 proxy.example.org:8000} # This action overrules the forward directives in the configuration file. # # +handle-as-empty-document diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index fd3d99fa..96e9dd6b 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.55 2008/01/19 21:26:37 hal9 Exp $ + $Id: user-manual.sgml,v 2.56 2008/01/31 19:11:35 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ -$Id: user-manual.sgml,v 2.55 2008/01/19 21:26:37 hal9 Exp $ +$Id: user-manual.sgml,v 2.56 2008/01/31 19:11:35 fabiankeil Exp $ + This action takes parameters similar to the forward directives in the configuration file, but without the URL pattern. It can be used as replacement, but normally it's only used in cases where matching based on the request URL isn't sufficient. @@ -8921,6 +8923,10 @@ In file: user.action [ View ] [ Edit ]