HelloZeroNet / HelloZeroNet/ZeroNet
Add obfs4 binary and edit torrc for bridge support
- Lingua principale
- JavaScript
- Stelle
- 18.8k
- Fork
- 2.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
It seems the coffee shop I visit doesn't like tor, and blocked it on their wifi. I didn't notice this until recently, as I normally use obfs4 by default. This is annoying, as it blocks zeronet.
Yawning's obfs4 project can be found [here](https://github.com/Yawning/obfs4), and the binary can be extracted from the tor browser bundle. We can place it in ZeroBundle\ZeroNet\tools\tor\data and edit the torrc as follows.
```
# Tell tor where obfsproxy resides
ClientTransportPlugin obfs2,obfs3,obfs4,scramblesuit exec data\obfs4proxy
# Uncomment this line to enable bridges
# UseBridges 1
# Add bridges below
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.