💾 Archived View for rawtext.club › ~sloum › geminilist › 006189.gmi captured on 2023-09-28 at 16:52:50. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

<-- back to the mailing list

[tech] Environment variables for proxies

Stephane Bortzmeyer stephane at sources.org

Thu Mar 25 13:30:43 GMT 2021

- - - - - - - - - - - - - - - - - - - 

I'm adding socks support for Agunua<gemini://gemini.bortzmeyer.org/software/agunua/> and I was wonderingwhich environment variables to use to indicate the socks proxy. HTTPclients typically use http_proxy with a pseudo-URL as value, forinstance:

export http_proxy=socks://localhost:1080/

Is there already a convention for gemini? Name the variablegemini_proxy and use the same pseudo-URL syntax?