-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Currently, the Firo Campfire wallet does not offer explicit manual configuration options for network proxies. Users who wish to connect to the Firo network via a proxy server (such as HTTP or SOCKS5h) for privacy, security, or to bypass network restrictions are unable to do so directly within the wallet interface.
This feature request proposes adding a section in the wallet settings to allow users to manually configure a proxy server, specifying the type (HTTP or SOCKS5h), address, and port.
If the user selects "SOCKS5h" as the proxy type and enters 127.0.01:9050 as the ip:port the wallet should recognize this specific configuration. Upon successfully connecting through this address/port, the wallet should display a user-friendly status indicating connection via Tor.
Another method mentioned was to use OS detection to input the settings for specific Privacy-focused Linux distros here: cypherstack/pull/1091