tari-project / wallet-android

The Tari Wallet application for Android
BSD 3-Clause "New" or "Revised" License
35 stars 23 forks source link

Make custom torrc settings possible. #557

Open boldsuck opened 3 years ago

boldsuck commented 3 years ago

Some would like to use their own Tor guards or exclude bad nodes. EntryNodes $fingerprint,$fingerprint,...; ExcludeNodes $fingerprint,$fingerprint,...; StrictNodes 1

People from Turkey, China, Iraq, ... want (must) set obfs4 bridge: UseBridges 1; ClientTransportPlugin transport exec path-to-binary [options]; Bridge [transport] IP:ORPort [fingerprint]

This entry would be sufficient in the Aurora Wallet: %include /path/somewhere/torrc.custom then everyone can edit what they want.

Tas4tari commented 3 years ago

Advanced settings screen would be required for this

boldsuck commented 3 years ago

Is nothing important now for testnet. These settings will be fine in 1-2 years for mainnet. ;-)