diff options
Diffstat (limited to 'src/config/httpaprc')
-rw-r--r-- | src/config/httpaprc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/config/httpaprc b/src/config/httpaprc deleted file mode 100644 index aefe5d1a1c..0000000000 --- a/src/config/httpaprc +++ /dev/null @@ -1,13 +0,0 @@ -# Sample configuration file for httpap. - -# local port on which the onion proxy is running -OnionProxy 9021 - -# maximum number of incoming connections -MaxConn 500 - -# run in anonymizing mode (0=no/1=yes) -Anonimize 0 - -# timeout for incoming connections (seconds) -ConnTimeout 6000 |