aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.sample.in
AgeCommit message (Collapse)Author
2018-01-11Merge branch 'bug24526_squashed'Nick Mathewson
2018-01-11Note contactinfo and myfamily as required in more placesNick Mathewson
Includes a sentence from cypherpunks; for ticket 24526.
2017-12-22Bump the dates and Tor versions on the sample torrcsteor
2017-12-22Clarify the OutboundBindAddressOR documentation in the sample torrcteor
Part of 22145
2017-12-22Document IPv6Exit in the sample torrcsteor
Sample config-only change. Implements 24703.
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
config_get_lines is now split into two functions: - config_get_lines which is the same as before we had %include - config_get_lines_include which actually processes %include
2017-01-27Outbindbindaddress variants for Exit and OR.Nick Mathewson
Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag.
2016-11-08In torrc.sample.in, note that bandwidth must be >=75 KB.Nick Mathewson
Queue a corresponding change for torrc.minimal.in. Closes ticket 20085.
2016-04-07When we get a bad nickname, explain what a good one is.Nick Mathewson
Closes #18300; patch from "icanhasaccount".
2015-09-29Socks->SOCKS in torrcs. Fixes 15609Nick Mathewson
2015-09-22Update private ExitPolicy in man page and torrcs for 10727, formattingteor (Tim Wilson-Brown)
Update the definition of the private exit policy in the man page and torrcs. It didn't get merged correctly into the man page, and it was incomplete in the torrcs. (Unfortunately, we only reject the primary configured IPv4 and IPv6 addresses, not all configured IPv4 and IPv6 addresses.) Also fixup msn page formatting errors from changes in tickets 16069 and 17027, mainly unescaped *s.
2015-09-22Update docs with advice for separate IPv4 and IPv6 exit policiesteor (Tim Wilson-Brown)
Advise users how to configure separate IPv4 and IPv6 exit policies in the manpage and sample torrcs. Related to fixes in ticket #16069 and #17027. Patch by "teor". Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012), released in 0.2.4.7-alpha.
2015-09-16Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027teor (Tim Wilson-Brown)
src/test/test_policy.c: Merged calls to policies_parse_exit_policy by adding additional arguments. fixup to remaining instance of ~EXIT_POLICY_IPV6_ENABLED. Compacting logic test now produces previous list length of 4, corrected this. src/config/torrc.sample.in: src/config/torrc.minimal.in-staging: Merged torrc modification dates in favour of latest.
2015-09-16ExitPolicyRejectPrivate rejects local IPv6 address and interface addressesteor (Tim Wilson-Brown)
ExitPolicyRejectPrivate now rejects more local addresses by default: * the relay's published IPv6 address (if any), and * any publicly routable IPv4 or IPv6 addresses on any local interfaces. This resolves a security issue for IPv6 Exits and multihomed Exits that trust connections originating from localhost. Resolves ticket 17027. Patch by "teor". Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha.
2015-09-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
In previous versions of Tor, ExitPolicy accept6/reject6 * produced policy entries for IPv4 and IPv6 wildcard addresses. To reduce operator confusion, change accept6/reject6 * to only produce an IPv6 wildcard address. Resolves bug #16069. Patch on 2eb7eafc9d78 and a96c0affcb4c (25 Oct 2012), released in 0.2.4.7-alpha.
2015-08-14Increase AccountingMax example value to 40 GB.Nick Mathewson
(Change not made in torrc.minimal.in; only in torrc.sample and torrc.minimal.in-staging) Closes ticket 16742.
2014-09-16torrc.sample: Fix unitsPeter Palfrader
2014-09-02Use 'Bytes', not 'B', in torrc.sample.Nick Mathewson
Also put this change into torrc.minimal.in-staging Closes ticket 10343
2014-09-02Fix: typo in torrc.sample.inMagnus Nord
2013-10-09Or maybe it is 2013. Who can say?Nick Mathewson
2013-10-09Update last modified timestamp of torrc.sample.in.Karsten Loesing
2013-10-09Clarify who learns about ContactInfo.Karsten Loesing
Explicitly include bridges, and note that we archive and publish all descriptors. (We are not yet publishing ContactInfo lines contained in bridge descriptors, but maybe we'll want to do that soon, so let's err on the side of caution here.) Related to #9854.
2012-09-224aff97cfc didn't update the 'last modified' timestampRoger Dingledine
2012-09-126819: typo in torrc.sample.inNick Mathewson
2012-04-23update the torrc.sample timestamp, and clarify socksport 0Roger Dingledine
2012-04-23Merge remote-tracking branch 'nickm/bug5438'Roger Dingledine
2012-04-13Document unit of bandwidth related options in sample torrc.Peter Palfrader
2012-04-02Make it clear that bridges should not be set in MyFamilyDaniel 'koolfy' Faucon
2012-03-30Remove the deprecated FooListenAddress options from torrc.sample.inNick Mathewson
Bug 5438.
2012-02-09revert the revert in master, since I didn't want to revert it thereRoger Dingledine
2012-02-09Merge branch 'maint-0.2.2'Roger Dingledine
2012-02-09Revert "add a "docs" to the manual URI as listed in torrc.sample.in"Roger Dingledine
This reverts commit 55e8cae81553678ec77ce6b8fb1bf2d5e483e0aa. The conversation from irc: > weasel: i had intended to leave torrc.sample.in alone in maint-0.2.2, since i don't want to make all your stable users have to deal with a torrc change. but nickm changed it. is it in fact the case that a change in that file means a change in the deb? <weasel> it means you'll prompt every single user who ever touched their torrc <weasel> and they will be asked if they like your new version better than what they have right now <weasel> so it's not great Instead I changed the website to redirect requests for the tor-manual URL listed in maint-0.2.2's torrc.sample.in so the link will still work.
2012-02-08add a "docs" to the manual URI as listed in torrc.sample.inNick Mathewson
2012-02-08Update sample torrc file for 0.2.3.xRoger Dingledine
Fix broken URLs. Tell readers about the OutboundBindAddress, ExitPolicyRejectPrivate, and PublishServerDescriptor options.
2010-06-10change Bytes to B to fix ticket 1195.Andrew Lewman
2010-02-08Fix the path to the exit-notice file in torrc.sampleSebastian Hahn
Also reword it slightly to reflect the fact that no packagers ship the file.
2009-07-16Clean up the accountingmax section in torrc.sampleRoger Dingledine
Also, suggest a default of 4GB/day (46KB/s) rather than 1GB/day (11.5KB/s). No use asking low.
2009-07-16Include AccountingMax in torrc.sampleNick Mathewson
"There's room for one more till the end of creation." -- _Sandman_ (Based on patch from David [edeca]. Closes bug 1036.)
2009-04-12put HashedControlPassword and CookieAuthentication explicitly in theRoger Dingledine
torrc.sample.in, so unix people don't shoot themselves in the foot. svn:r19304
2009-01-30give torrc.sample its yearly overhaul. the main change is toRoger Dingledine
merge the 'bridge relay' section into the 'main relay' section, so people stop getting confused about whether they should fill out both sections (they shouldn't). svn:r18348
2008-12-07cleanups on r17500Roger Dingledine
svn:r17501
2008-12-07New DirPortFrontPage option that takes an html file and publishes it as "/" ↵Jacob Appelbaum
on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500
2007-12-23add a 'bridge relay' config section to the sample torrcRoger Dingledine
svn:r12937
2007-12-06 r16997@catbus: nickm | 2007-12-06 18:56:33 -0500Nick Mathewson
Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708
2007-12-06 r16995@catbus: nickm | 2007-12-06 18:42:53 -0500Nick Mathewson
patch from steve: replace more tor.eff.org instances with torproject.org svn:r12707
2007-08-19do another cleanup pass on the sample torrcRoger Dingledine
svn:r11168
2007-06-12change the BandwidthRate/BandwidthBurst in the torrcRoger Dingledine
to RelayBandwidthRate/RelayBandwidthBurst, since that's what most users will actually want. also flesh out the torrc.complete entries and fix a few typos. based on patch from "Armedblowfish". svn:r10570
2006-10-08In the hidden service example in torrc.sample, stop recommendingRoger Dingledine
esoteric and discouraged hidden service options. svn:r8648
2006-08-01man, our sample torrc sucked.Roger Dingledine
svn:r6964
2006-06-29remove the word 'middleman' from the sample torrcRoger Dingledine
svn:r6703