cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

Provide binaries for releases #8

Open kiesel opened 5 years ago

kiesel commented 5 years ago

As transocks might be used in an environment where use of a proxy is mandatory, getting the go toolchain installed, setting up the project and compile a binary are steps that are more difficult to accomplished compared to the "free" internet.

For those cases it appears to be super helpful to have prebuilt binaries, which is what I'd like to request here.

kiesel commented 5 years ago

Btw, I used proxychains before, which is way less powerful than the approach you found. Very helpful tool, thank you!

ymmt2005 commented 5 years ago

@kiesel Hi. Is a Docker image of transocks enough for you?

kiesel commented 5 years ago

I my case exactly, it wouldn't help so much, as I first need to make sure the basic connectivity works behind a proxy; it is possible, but still a hassle, to get docker running with a proxy between the host and eg. hub.docker.com...

Also, to be clear, it's not an urgent issue for me, I've built the software from source, but in the future it would make things more simple:)


Von: Yamamoto, Hirotaka notifications@github.com Gesendet: Montag, 12. November 2018 08:11 An: cybozu-go/transocks Cc: kiesel; Mention Betreff: Re: [cybozu-go/transocks] Provide binaries for releases (#8)

@kieselhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fkiesel&data=02%7C01%7C%7Cbf9d784d8d574ec37f3c08d6486e0389%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776034667261228&sdata=U4mp911iITm%2Fust0d%2Frvhldx1BBSY7JRNvZDrAdDznc%3D&reserved=0 Hi. Is a Docker image of transocks enough for you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcybozu-go%2Ftransocks%2Fissues%2F8%23issuecomment-437779175&data=02%7C01%7C%7Cbf9d784d8d574ec37f3c08d6486e0389%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776034667261228&sdata=xsaIT1csF6UTA8uzpcnOp42X3IiINrRK279EarAxIWU%3D&reserved=0, or mute the threadhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHzGXQAV_g7ZGm7BD1BgWbm3h1QyoeEks5uuR8GgaJpZM4YZDfo&data=02%7C01%7C%7Cbf9d784d8d574ec37f3c08d6486e0389%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776034667261228&sdata=kC0RcM1jhzAD7L0yVKrJAP%2BuIvqbBF6nis9cIw9SbfI%3D&reserved=0.

ymmt2005 commented 5 years ago

Alright, thank you.