Add test scenario forward-to-socks-proxy
[privoxy.git] / tests / cts / forward-to-socks-proxy / privoxy.conf
diff --git a/tests/cts/forward-to-socks-proxy/privoxy.conf b/tests/cts/forward-to-socks-proxy/privoxy.conf
new file mode 100644 (file)
index 0000000..8079715
--- /dev/null
@@ -0,0 +1,25 @@
+listen-address 127.0.0.1:9119
+
+debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+debug     2 # show each connection status
+debug     4 # show tagging-related messages
+debug     8 # show header parsing
+debug    32 # debug force feature
+debug    64 # debug regular expression filters
+debug   128 # debug redirects
+debug   256 # debug GIF de-animation
+debug   512 # Common Log Format
+debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
+debug  4096 # Startup banner and warnings.
+debug  8192 # Non-fatal errors
+
+templdir ../../../templates
+
+keep-alive-timeout 5
+default-server-timeout 5
+
+forward-socks4 /socks4/ 127.0.0.1:20001 .
+forward-socks4a /socks4a/ 127.0.0.1:20001 .
+forward-socks5 /socks5/ 127.0.0.1:20001 .
+forward-socks5t /socks5t/ 127.0.0.1:20001 .
+forward /verifiedserver .