From 9526211137e8a6fa5074d74af69bef2c60f04e83 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 2 Jul 2002 09:14:18 +0000 Subject: Committing my working config files, so we'll all be on the same page Note that there are new keywords in these, etc. Matej, would you be interested in going through and patching routers.c, config.c, etc, so they're cleaner? svn:r19 --- src/config/httpaprc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/config/httpaprc (limited to 'src/config/httpaprc') diff --git a/src/config/httpaprc b/src/config/httpaprc new file mode 100644 index 0000000000..1b48668a4b --- /dev/null +++ b/src/config/httpaprc @@ -0,0 +1,13 @@ +# Sample configuration file for httpap. + +# local port on which the onion proxy is running +OnionProxy 9021 + +# maximum number of incoming connections +MaxConn 100 + +# run in anonymizing mode (0=no/1=yes) +Anonimize 0 + +# timeout for incoming connections (seconds) +ConnTimeout 6000 -- cgit v1.2.3-54-g00ecf