HelloZeroNet / HelloZeroNet/ZeroNet
Add obfs4 binary and edit torrc for bridge support
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.