aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.in
Commit message (Collapse)AuthorAge
* rename torrc to torrc.sampleRoger Dingledine2004-03-30
| | | | | | | | now by default no torrc will be installed, so we'll just use the built-in defaults (we already do this on windows) svn:r1375
* improve comments for server operators (maybe)Roger Dingledine2004-03-07
| | | | svn:r1241
* better explain exit policies in the torrcRoger Dingledine2004-02-28
| | | | svn:r1161
* go back to a single exitpolicy parameterRoger Dingledine2004-02-18
| | | | | | | | | if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105
* Get rid of the notion of a separate default default exit policy.Roger Dingledine2004-02-18
| | | | | | | | Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103
* reject 0.0.0.0/8,reject 169.254.0.0/16Roger Dingledine2003-12-14
| | | | svn:r916
* put the default exit policy in placeRoger Dingledine2003-12-13
| | | | svn:r900
* merge torrc.in and sample-server-torrc.inRoger Dingledine2003-11-20
| | | | svn:r858
* APPort is now SocksPortRoger Dingledine2003-10-21
| | | | svn:r644
* and in OP config filesRoger Dingledine2003-10-15
| | | | svn:r589
* - cause configure to create a tor.sh which will have directories setSteven Hazel2003-10-15
correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587