tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 42215d64324018889cd77b2d03b6da93179dd438
parent 824a0c466512401d67e66a8313331637edf0504c
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 30 Jan 2024 11:47:53 -0500

Merge branch 'tor-gitlab/mr/791'

Diffstat:
Msrc/feature/dirauth/dirauth_options.inc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc @@ -77,7 +77,7 @@ CONF_VAR(RecommendedClientVersions, LINELIST, 0, NULL) CONF_VAR(RecommendedServerVersions, LINELIST, 0, NULL) /** Which minimal version of tor do we accept relay descriptors from? */ -CONF_VAR(MinimalAcceptedServerVersion, STRING, 0, "0.4.7.0-alpha-dev") +CONF_VAR(MinimalAcceptedServerVersion, STRING, 0, "0.4.8.0-alpha-dev") /** Relays which should be voted Guard regardless of uptime and bandwidth. */ CONF_VAR(AuthDirVoteGuard, ROUTERSET, 0, NULL)