It would be nice if nostcat had built-in support for proxies (or just Tor, since my goal is to connect to a relay hosted on a .onion).
I found this tungstenite issue, but I'm not familiar enough with Rust to know how easy it'd be to implement any of the workarounds mentioned.
I can work around this in the meantime by doing torify nostcat, and was successfully able to connect to my onion that way. The downside is that since I'm running nostcat in Docker (see #5), that means installing extra dependencies in my container.
It would be nice if
nostcathad built-in support for proxies (or just Tor, since my goal is to connect to a relay hosted on a.onion).I found this tungstenite issue, but I'm not familiar enough with Rust to know how easy it'd be to implement any of the workarounds mentioned.
I can work around this in the meantime by doing
torify nostcat, and was successfully able to connect to my onion that way. The downside is that since I'm running nostcat in Docker (see #5), that means installing extra dependencies in my container.