From 670af02f3a8c8c991be1345cfa5e59b18bd4df77 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 20 Jan 2008 13:19:58 +0000 Subject: [PATCH] Add forward-override examples. --- default.action.master | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/default.action.master b/default.action.master index 218c521e..6289356a 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.105 2007/12/25 15:06:02 fabiankeil Exp $ +# $Id: default.action.master,v 1.106 2007/12/31 21:52:11 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.7 or later due to # syntax changes. @@ -313,6 +313,12 @@ # Declares a document as plain text, even if the "Content-Type:" isn't detected # as such. # +# +forward-override{forward .} +# +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} +# This action overrules the forward directives in the configuration file. +# # +handle-as-empty-document # This action alone doesn't do anything noticeable. It just marks URLs. If # the block action also applies, the presence or absence of this mark -- 2.39.2