mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
4c1c2a313d
"Tor has included a feature to fetch the initial consensus from nodes other than the authorities for a while now. We just haven't shipped a list of alternate locations for clients to go to yet. Reasons why we might want to ship tor with a list of additional places where clients can find the consensus is that it makes authority reachability and BW less important. We want them to have been around and using their current key, address, and port for a while now (120 days), and have been running, a guard, and a v2 directory mirror for most of that time." Features: * whitelist and blacklist for an opt-in/opt-out trial. * excludes BadExits, tor versions that aren't recommended, and low consensus weight directory mirrors. * reduces the weighting of Exits to avoid overloading them. * places limits on the weight of any one fallback. * includes an IPv6 address and orport for each FallbackDir, as implemented in #17327. (Tor won't bootstrap using IPv6 fallbacks until #17840 is merged.) * generated output includes timestamps & Onionoo URL for traceability. * unit test ensures that we successfully load all included default fallback directories. Closes ticket #15775. Patch by "teor". OnionOO script by "weasel", "teor", "gsathya", and "karsten".
219 lines
3.8 KiB
Plaintext
219 lines
3.8 KiB
Plaintext
# Editor droppings
|
|
\#*\#
|
|
.#*
|
|
*~
|
|
*.swp
|
|
# C stuff
|
|
*.o
|
|
*.obj
|
|
# Diff droppings
|
|
*.orig
|
|
*.rej
|
|
# gcov stuff
|
|
*.gcno
|
|
*.gcov
|
|
*.gcda
|
|
# Autotools stuff
|
|
.deps
|
|
.dirstamp
|
|
*.trs
|
|
*.log
|
|
# Stuff made by our makefiles
|
|
*.bak
|
|
# Python droppings
|
|
*.pyc
|
|
*.pyo
|
|
# Cscope
|
|
cscope.*
|
|
# OSX junk
|
|
*.dSYM
|
|
.DS_Store
|
|
# updateFallbackDirs.py temp files
|
|
details-*.json
|
|
uptime-*.json
|
|
*.full_url
|
|
*.last_modified
|
|
|
|
# /
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-stamp
|
|
/compile
|
|
/configure
|
|
/Doxyfile
|
|
/orconfig.h
|
|
/orconfig.h.in
|
|
/config.cache
|
|
/config.log
|
|
/config.status
|
|
/config.guess
|
|
/config.sub
|
|
/conftest*
|
|
/micro-revision.*
|
|
/patch-stamp
|
|
/stamp-h
|
|
/stamp-h.in
|
|
/stamp-h1
|
|
/test-driver
|
|
/tor.sh
|
|
/tor.spec
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/mkinstalldirs
|
|
/Tor*Bundle.dmg
|
|
/tor-*-win32.exe
|
|
/coverage_html/
|
|
|
|
# /contrib/
|
|
/contrib/dist/tor.sh
|
|
/contrib/dist/torctl
|
|
/contrib/dist/tor.service
|
|
/contrib/operator-tools/tor.logrotate
|
|
/contrib/dist/suse/tor.sh
|
|
|
|
# /debian/
|
|
/debian/files
|
|
/debian/micro-revision.i
|
|
/debian/patched
|
|
/debian/tor
|
|
/debian/tor.postinst.debhelper
|
|
/debian/tor.postrm.debhelper
|
|
/debian/tor.prerm.debhelper
|
|
/debian/tor.substvars
|
|
|
|
# /doc/
|
|
/doc/Makefile
|
|
/doc/Makefile.in
|
|
/doc/doxygen
|
|
/doc/tor.1
|
|
/doc/tor.1.in
|
|
/doc/tor.html
|
|
/doc/tor.html.in
|
|
/doc/tor.1.xml
|
|
/doc/tor-fw-helper.1
|
|
/doc/tor-fw-helper.1.in
|
|
/doc/tor-fw-helper.html
|
|
/doc/tor-fw-helper.html.in
|
|
/doc/tor-fw-helper.1.xml
|
|
/doc/tor-gencert.1
|
|
/doc/tor-gencert.1.in
|
|
/doc/tor-gencert.html
|
|
/doc/tor-gencert.html.in
|
|
/doc/tor-gencert.1.xml
|
|
/doc/tor-resolve.1
|
|
/doc/tor-resolve.1.in
|
|
/doc/tor-resolve.html
|
|
/doc/tor-resolve.html.in
|
|
/doc/tor-resolve.1.xml
|
|
/doc/torify.1
|
|
/doc/torify.1.in
|
|
/doc/torify.html
|
|
/doc/torify.html.in
|
|
/doc/torify.1.xml
|
|
|
|
# /doc/spec/
|
|
/doc/spec/Makefile
|
|
/doc/spec/Makefile.in
|
|
|
|
# /scripts
|
|
/scripts/maint/checkOptionDocs.pl
|
|
/scripts/maint/updateVersions.pl
|
|
|
|
# /src/
|
|
/src/Makefile
|
|
/src/Makefile.in
|
|
|
|
# /src/common/
|
|
/src/common/Makefile
|
|
/src/common/Makefile.in
|
|
/src/common/libor.a
|
|
/src/common/libor-testing.a
|
|
/src/common/libor.lib
|
|
/src/common/libor-crypto.a
|
|
/src/common/libor-crypto-testing.a
|
|
/src/common/libor-crypto.lib
|
|
/src/common/libor-event.a
|
|
/src/common/libor-event-testing.a
|
|
/src/common/libor-event.lib
|
|
/src/common/libcurve25519_donna.a
|
|
/src/common/libcurve25519_donna.lib
|
|
|
|
# /src/config/
|
|
/src/config/Makefile
|
|
/src/config/Makefile.in
|
|
/src/config/sample-server-torrc
|
|
/src/config/torrc
|
|
/src/config/torrc.sample
|
|
/src/config/torrc.minimal
|
|
|
|
# /src/ext/
|
|
/src/ext/ed25519/ref10/libed25519_ref10.a
|
|
/src/ext/ed25519/ref10/libed25519_ref10.lib
|
|
/src/ext/ed25519/donna/libed25519_donna.a
|
|
/src/ext/ed25519/donna/libed25519_donna.lib
|
|
|
|
# /src/or/
|
|
/src/or/Makefile
|
|
/src/or/Makefile.in
|
|
/src/or/tor
|
|
/src/or/tor.exe
|
|
/src/or/tor-cov
|
|
/src/or/tor-cov.exe
|
|
/src/or/libtor.a
|
|
/src/or/libtor-testing.a
|
|
/src/or/libtor.lib
|
|
|
|
# /src/test
|
|
/src/test/Makefile
|
|
/src/test/Makefile.in
|
|
/src/test/bench
|
|
/src/test/bench.exe
|
|
/src/test/test
|
|
/src/test/test-slow
|
|
/src/test/test-bt-cl
|
|
/src/test/test-child
|
|
/src/test/test-memwipe
|
|
/src/test/test-ntor-cl
|
|
/src/test/test_workqueue
|
|
/src/test/test.exe
|
|
/src/test/test-slow.exe
|
|
/src/test/test-bt-cl.exe
|
|
/src/test/test-child.exe
|
|
/src/test/test-ntor-cl.exe
|
|
/src/test/test-memwipe.exe
|
|
/src/test/test_workqueue.exe
|
|
/src/test/test_zero_length_keys.sh
|
|
/src/test/test_ntor.sh
|
|
/src/test/test_bt.sh
|
|
|
|
# /src/tools/
|
|
/src/tools/tor-checkkey
|
|
/src/tools/tor-resolve
|
|
/src/tools/tor-cov-resolve
|
|
/src/tools/tor-gencert
|
|
/src/tools/tor-cov-gencert
|
|
/src/tools/tor-checkkey.exe
|
|
/src/tools/tor-resolve.exe
|
|
/src/tools/tor-cov-resolve.exe
|
|
/src/tools/tor-gencert.exe
|
|
/src/tools/tor-cov-gencert.exe
|
|
/src/tools/Makefile
|
|
/src/tools/Makefile.in
|
|
|
|
# /src/trunnel/
|
|
/src/trunnel/libor-trunnel-testing.a
|
|
/src/trunnel/libor-trunnel.a
|
|
|
|
# /src/tools/tor-fw-helper/
|
|
/src/tools/tor-fw-helper/tor-fw-helper
|
|
/src/tools/tor-fw-helper/tor-fw-helper.exe
|
|
/src/tools/tor-fw-helper/Makefile
|
|
/src/tools/tor-fw-helper/Makefile.in
|
|
|
|
# /src/win32/
|
|
/src/win32/Makefile
|
|
/src/win32/Makefile.in
|