diff options
author | nonameformee <545-nonameformee@gitlab.torproject.org> | 2023-12-10 10:36:48 +0000 |
---|---|---|
committer | nonameformee <545-nonameformee@gitlab.torproject.org> | 2023-12-10 10:36:48 +0000 |
commit | 50b564da184f317cc5ecbddc84f787320579fbf8 (patch) | |
tree | 600662ba5fba752ff2d6f2c9e0b64e6d97d45f2f /src/feature/dirauth/dirauth_options.inc | |
parent | 82e73df8f7db9e8c33dd9b1d65cc6b235656f893 (diff) | |
download | tor-50b564da184f317cc5ecbddc84f787320579fbf8.tar.gz tor-50b564da184f317cc5ecbddc84f787320579fbf8.zip |
dirauth: Reject 0.4.7.x series at the authority level
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index 9284c31a59..c6f9c09213 100644 --- 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) |