diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-02 09:14:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-02 09:14:18 +0000 |
commit | 9526211137e8a6fa5074d74af69bef2c60f04e83 (patch) | |
tree | 58049d77c480287f54dc3106bda9c164ce6ea288 /src/config/httpaprc | |
parent | c603e403dfad283506a140177c0d44a4351eacac (diff) | |
download | tor-9526211137e8a6fa5074d74af69bef2c60f04e83.tar.gz tor-9526211137e8a6fa5074d74af69bef2c60f04e83.zip |
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
Diffstat (limited to 'src/config/httpaprc')
-rw-r--r-- | src/config/httpaprc | 13 |
1 files changed, 13 insertions, 0 deletions
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 |