diff options
author | teor <teor2345@gmail.com> | 2017-12-27 21:13:21 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-01-05 13:27:51 +1100 |
commit | ca1f808d938939b1bfb5ffed5124d3a32c7d1743 (patch) | |
tree | 444da977d4988f8d8ad65f4261e3ab082688ff7f /src/or | |
parent | 9864fcd4e30e9afa2fa7a8bc25cf8399432a5796 (diff) | |
download | tor-ca1f808d938939b1bfb5ffed5124d3a32c7d1743.tar.gz tor-ca1f808d938939b1bfb5ffed5124d3a32c7d1743.zip |
Add a timestamp to the header of the current fallback list
This timestamp is based on the time that list was first committed.
Part of 24725.
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/fallback_dirs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/fallback_dirs.inc b/src/or/fallback_dirs.inc index 912a8853c0..2c8fe724a4 100644 --- a/src/or/fallback_dirs.inc +++ b/src/or/fallback_dirs.inc @@ -1,5 +1,6 @@ /* type=fallback */ /* version=2.0.0 */ +/* timestamp=20170526090242 */ /* ===== */ /* Whitelist & blacklist excluded 1326 of 1513 candidates. */ /* Checked IPv4 DirPorts served a consensus within 15.0s. */ |