Updated README
This commit is contained in:
parent
ec7c600d85
commit
7a1999f117
22
README.md
22
README.md
@ -42,6 +42,17 @@ Use the GoodNodes/Onions list to list onion services you want the
|
|||||||
Introduction Points whitelisted - these points may change daily
|
Introduction Points whitelisted - these points may change daily
|
||||||
Look in tor's notice.log for warnings of 'Every introduction point for service'
|
Look in tor's notice.log for warnings of 'Every introduction point for service'
|
||||||
|
|
||||||
|
```--hs_dir``` ```default='/var/lib/tor'``` will make the program
|
||||||
|
parse the files named ```hostname``` below this dir to find
|
||||||
|
Hidden Services to whitelist.
|
||||||
|
|
||||||
|
The Introduction Points can change during the day, so you may want to
|
||||||
|
rerun this program to freshen the list of Introduction Points. A full run
|
||||||
|
that processes all the relays from stem can take 30 minutes, or run with:
|
||||||
|
|
||||||
|
```--saved_only``` will run the program with just cached information
|
||||||
|
on the relats, but will update the Introduction Points from the Services.
|
||||||
|
|
||||||
/etc/tor/yaml/torrc-badnodes.yaml
|
/etc/tor/yaml/torrc-badnodes.yaml
|
||||||
|
|
||||||
BadNodes:
|
BadNodes:
|
||||||
@ -113,7 +124,18 @@ To be "good" the ContactInfo must:
|
|||||||
5. must have a fingerprint list in the file
|
5. must have a fingerprint list in the file
|
||||||
6. must have the FP that got us the contactinfo in the fingerprint list in the file.
|
6. must have the FP that got us the contactinfo in the fingerprint list in the file.
|
||||||
|
|
||||||
|
```--wait_boot``` is the number of seconds to wait for Tor to booststrap
|
||||||
|
|
||||||
|
```--wellknown_output``` will make the program write the well-known files
|
||||||
|
(```/.well-known/tor-relay/rsa-fingerprint.txt```) to a directory.
|
||||||
|
|
||||||
|
```--torrc_output``` will write a file of the commands that it sends to
|
||||||
|
the Tor controller, so you can include it in a ```/etc/toc/torrc```.
|
||||||
|
|
||||||
|
```--relays_output write the download relays in json to a file. The relays
|
||||||
|
are downloaded from https://onionoo.torproject.org/details
|
||||||
|
|
||||||
For usage, do ```python3 exclude_badExits.py --help`
|
For usage, do ```python3 exclude_badExits.py --help`
|
||||||
|
See [exclude_badExits.txt](./exclude_badExits.txt)
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,6 +64,17 @@ Use the GoodNodes/Onions list to list onion services you want the
|
|||||||
Introduction Points whitelisted - these points may change daily
|
Introduction Points whitelisted - these points may change daily
|
||||||
Look in tor's notice.log for warnings of 'Every introduction point for service'
|
Look in tor's notice.log for warnings of 'Every introduction point for service'
|
||||||
|
|
||||||
|
```--hs_dir``` ```default='/var/lib/tor'``` will make the program
|
||||||
|
parse the files named ```hostname``` below this dir to find
|
||||||
|
Hidden Services to whitelist.
|
||||||
|
|
||||||
|
The Introduction Points can change during the day, so you may want to
|
||||||
|
rerun this program to freshen the list of Introduction Points. A full run
|
||||||
|
that processes all the relays from stem can take 30 minutes, or run with:
|
||||||
|
|
||||||
|
```--saved_only``` will run the program with just cached information
|
||||||
|
on the relats, but will update the Introduction Points from the Services.
|
||||||
|
|
||||||
/etc/tor/yaml/torrc-badnodes.yaml
|
/etc/tor/yaml/torrc-badnodes.yaml
|
||||||
{sBAD_NODES}
|
{sBAD_NODES}
|
||||||
```
|
```
|
||||||
@ -124,8 +135,19 @@ To be "good" the ContactInfo must:
|
|||||||
5. must have a fingerprint list in the file
|
5. must have a fingerprint list in the file
|
||||||
6. must have the FP that got us the contactinfo in the fingerprint list in the file.
|
6. must have the FP that got us the contactinfo in the fingerprint list in the file.
|
||||||
|
|
||||||
|
```--wait_boot``` is the number of seconds to wait for Tor to booststrap
|
||||||
|
|
||||||
|
```--wellknown_output``` will make the program write the well-known files
|
||||||
|
(```/.well-known/tor-relay/rsa-fingerprint.txt```) to a directory.
|
||||||
|
|
||||||
|
```--torrc_output``` will write a file of the commands that it sends to
|
||||||
|
the Tor controller, so you can include it in a ```/etc/toc/torrc```.
|
||||||
|
|
||||||
|
```--relays_output write the download relays in json to a file. The relays
|
||||||
|
are downloaded from https://onionoo.torproject.org/details
|
||||||
|
|
||||||
For usage, do ```python3 exclude_badExits.py --help`
|
For usage, do ```python3 exclude_badExits.py --help`
|
||||||
|
See [exclude_badExits.txt](./exclude_badExits.txt)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user