######## Relay descriptors ########
#
## Read cached-* files from a local Tor data directory
#ImportCachedRelayDescriptors 0
#
## Relative path to Tor data directory to read cached-* files from (can be
## specified multiple times)
#CachedRelayDescriptorsDirectory in/relay-descriptors/cacheddesc/
#
## Import directory archives from disk, if available
#ImportDirectoryArchives 0
#
## Relative path to directory to import directory archives from
#DirectoryArchivesDirectory in/relay-descriptors/archives/
#
## Keep a history of imported directory archive files to know which files
## have been imported before. This history can be useful when importing
## from a changing source to avoid importing descriptors over and over
## again, but it can be confusing to users who don't know about it.
#KeepDirectoryArchiveImportHistory 0
#
## Download relay descriptors from directory authorities, if required
DownloadRelayDescriptors 1
#
## Comma separated list of directory authority addresses (IP[:port]) to
## download missing relay descriptors from
DownloadFromDirectoryAuthorities 86.59.21.38,76.73.17.194:9030,171.25.193.9:443,193.23.244.244,208.83.223.34:443,128.31.0.34:9131,194.109.206.212,212.112.245.170,154.35.32.5
#
## Comma separated list of directory authority fingerprints to download
## votes
DownloadVotesByFingerprint 14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4,27B6B5996C426270A5C95488AA5BCEB6BCC86956,49015F787433103580E3B66A1707A00E60F2D15B,585769C78764D58426B8B52B6651A5A71137189A,80550987E1D626E3EBA5E5E75A458DE0626D088C,D586D18309DED4CD6D57C18FDB97EFA96D330566,E8A9C45EDE6D711294FADF8E7951F4DE6CA56B58,ED03BB616EB2F60BEC80151114BB25CEF515B226,EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97
#
## Download the current consensus (only if DownloadRelayDescriptors is 1)
DownloadCurrentConsensus 1
#
## Download the current microdesc consensus (only if
## DownloadRelayDescriptors is 1)
DownloadCurrentMicrodescConsensus 1
#
## Download current votes (only if DownloadRelayDescriptors is 1)
DownloadCurrentVotes 1
#
## Download missing server descriptors (only if DownloadRelayDescriptors
## is 1)
DownloadMissingServerDescriptors 1
#
## Download missing extra-info descriptors (only if
## DownloadRelayDescriptors is 1)
DownloadMissingExtraInfoDescriptors 1
#
## Download missing microdescriptors (only if
## DownloadRelayDescriptors is 1)
DownloadMissingMicrodescriptors 1
#
## Download all server descriptors from the directory authorities at most
## once a day (only if DownloadRelayDescriptors is 1)
DownloadAllServerDescriptors 1
#
## Download all extra-info descriptors from the directory authorities at
## most once a day (only if DownloadRelayDescriptors is 1)
DownloadAllExtraInfoDescriptors 1
#
## Compress relay descriptors downloads by adding .z to the URLs
CompressRelayDescriptorDownloads 1
#
## Relative path to directory to write directory archives to
DirectoryArchivesOutputDirectory data/out/relay-descriptors/
#
Comments
Please register or sign in to add a comment.