diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:46:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:46:14 -0500 |
commit | 0c7fd8312341b349f93e97c915234b18d0d014ca (patch) | |
tree | f938d887103968eb519924f5585a6d0cd6e518cb /src/feature/dirauth/dirauth_options.inc | |
parent | 77dea66e19404a4c07f0e738efb7710f542037ed (diff) | |
download | tor-0c7fd8312341b349f93e97c915234b18d0d014ca.tar.gz tor-0c7fd8312341b349f93e97c915234b18d0d014ca.zip |
Move ConsensusParams to dirauth module.
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index f0aadb006f..f3d8e35b35 100644 --- a/src/feature/dirauth/dirauth_options.inc +++ b/src/feature/dirauth/dirauth_options.inc @@ -44,6 +44,10 @@ CONF_VAR(AuthDirSharedRandomness, BOOL, 0, "1") /* NOTE: remove this option someday. */ CONF_VAR(AuthDirTestEd25519LinkKeys, BOOL, 0, "1") +/** Authority only: key=value pairs that we add to our networkstatus + * consensus vote on the 'params' line. */ +CONF_VAR(ConsensusParams, STRING, 0, NULL) + /** As directory authority, accept hidden service directories after what * time? */ CONF_VAR(MinUptimeHidServDirectoryV2, INTERVAL, 0, "96 hours") |