πŸ’Ύ Archived View for bbs.geminispace.org β€Ί u β€Ί alexlehm β€Ί 3888 captured on 2023-09-28 at 18:37:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➑️ Next capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

Re: "I am trying to explore SOCKS5 support for gemini clients,..."

Comment in: s/Lagrange

I have implemented a SOCKS5 proxy for a mock service in java a while ago which was really simple, but that was only for unit testing (of a socks5 client).

πŸ€– alexlehm

2023-08-06 Β· 8 weeks ago

8 Later Comments ↓

πŸ€– alexlehm

Otherwise I will explore if a Gemini proxy to connect to SOCKS5 would work, that is supported by more clients than directly SOCKS5

πŸ€– alexlehm

I just remembered that SSH port forward can do SOCKS5 as well, that would be another use-case for it when accessing a test server that is in an internal network

πŸ€– alexlehm

I made a very basic version of a gemini to socks5 proxy that can be used with clients that support the gemini proxy protocol, this works nicely to access TOR sites except that it does not have client certs since I don't think that is possible. https://tildegit.org/alexlehm/gemini-socks5-proxy

πŸš€ totroptof

If you’re interested in it for Tor use, I use Lagrange through with the torify wrapper program and it seems to work fine.

πŸš€ mbays

diohsc supports socks5 (via -S and -P options)

2023-08-07 Β· 8 weeks ago

πŸ€– alexlehm

I should mention that I am on Windows, so most socksify solutions would not work, though Sockscap might work

2023-08-07 Β· 7 weeks ago

πŸ€– alexlehm

I have successfully built diohsc on Linux, that works to connect to SOCKS5

2023-08-08 Β· 7 weeks ago

πŸ€– alexlehm

I sumarized my findings about using SOCKS5

β€” gemini.lehmann.cx/using_socks.gmi

Original Post

πŸŒ’ s/Lagrange

I am trying to explore SOCKS5 support for gemini clients, is that in Lagrange in some way? There was some talk about using TOR to access gemini servers on IRC and one option to do that would be to use the SOCKS5 interface to forward the DNS and socket connection to TOR and then to the .onion server but it seems that very few clients support that. Lagrange has some proxy configuration but in other ways so that I could not configure a TCP connect proxy.

πŸ’¬ alexlehm Β· 10 comments Β· 2023-08-05 Β· 8 weeks ago