diff options
author | teor <teor2345@gmail.com> | 2017-12-22 23:38:37 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-01-05 13:28:09 +1100 |
commit | befcc56d84f6070013ef2df6d734ac06e7b4533e (patch) | |
tree | 8a5f111226ed3287abcca5a7d30cbb4e742ce4f3 /scripts | |
parent | 91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea (diff) | |
download | tor-befcc56d84f6070013ef2df6d734ac06e7b4533e.tar.gz tor-befcc56d84f6070013ef2df6d734ac06e7b4533e.zip |
Update dependency list for the fallback script
Comment-only change.
Implements #24711.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index 81fb26f886..fafc4f1299 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -14,14 +14,12 @@ # If this is not possible, please disable: # PERFORM_IPV4_DIRPORT_CHECKS and PERFORM_IPV6_DIRPORT_CHECKS # -# Needs dateutil (and potentially other python packages) -# Needs stem available in your PYTHONPATH, or just ln -s ../stem/stem . +# Needs dateutil, stem, and potentially other python packages. # Optionally uses ipaddress (python 3 builtin) or py2-ipaddress (package) -# for netblock analysis, in PYTHONPATH, or just -# ln -s ../py2-ipaddress-3.4.1/ipaddress.py . +# for netblock analysis. # # Then read the logs to make sure the fallbacks aren't dominated by a single -# netblock or port +# netblock or port. # Script by weasel, April 2015 # Portions by gsathya & karsten, 2013 |