floating / frame

System-wide Web3 for macOS, Windows and Linux
https://frame.sh
GNU General Public License v3.0
1.07k stars 150 forks source link

Please add torsocks support or --proxy flag ? #1328

Open inoutgain opened 1 year ago

inoutgain commented 1 year ago

Frame fails in private runtimes.

There is no --proxy 127.0.0.1:9050 flag to point to tor socks5 entry. Trying to wrap it with . torsocks -d on && ./frame fails with:

... DEBUG torsocks[...]: [socketpair] Creating socket with domain 1, type 5 and protocol 0 (in tsocks_socketpair() at socketpair.c:32)
... WARNING torsocks[...]: [syscall] Unsupported syscall number 118. Denying the call (in tsocks_syscall() at syscall.c:604)
[..:FATAL:credentials.cc(150)] Check failed: . : Function not implemented (38)
Trace/breakpoint trap

Please support advanced use-cases.

goosewobbler commented 1 year ago

Discussion around this can be found here: https://github.com/floating/frame/discussions/1231