-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
44 lines (32 loc) · 1.65 KB
/
README
File metadata and controls
44 lines (32 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
This project is no longer hosted here. Come find us at [our gitlab
repository](https://gitlab.torproject.org/tpo/core) instead.
The Tor Fallback Scripts are used to generate the hard-coded fallback
directory mirror lists for Tor.
Who needs to run these scripts?
You probably don't need to run these scripts. They are used by the Tor
maintainers to produce the tor/src/app/config/fallback_dirs.inc list.
You might want to use them if you are maintaining your own Tor network,
or doing research on Tor. But small Tor networks should run fine without
fallbacks.
What are Fallback Directory Mirrors?
Tor protects your privacy on the internet by hiding the connection between
your Internet address and the services you use. Tor uses fallback directory
mirrors when it is first installed, to find the rest of the Tor network. It
also uses them when its cached directory documents are very old.
To generate a fallback list using the current whitelist:
./updateFallbackDirs.py
To remove failed fallbacks from the existing hard-coded fallback list:
cd ..
git clone https://git.torproject.org/tor.git
cd fallback-scripts
./updateFallbackDirs.py check_existing
Instructions for updating the whitelist, rebuilding, and backporting:
https://trac.torproject.org/projects/tor/wiki/doc/UpdatingFallbackDirectoryMirrors
What is a fallback directory mirror?
https://trac.torproject.org/projects/tor/wiki/doc/FallbackDirectoryMirrors
Download new versions:
https://git.torproject.org/fallback-scripts.git
Browse source code:
https://gitweb.torproject.org/fallback-scripts.git
Home page:
https://www.torproject.org/