Quentin McGaw

Results 873 comments of Quentin McGaw

@agrider Sorry I missed your comment. Thanks! I'm slowly working on it, but it should be out relatively soon, I'll ping back here once it's there. Although personally I don't...

Ha yes, I even developed something similar in Go a few years ago. But the problem is that you then need to trust that proxy 😆Although it gets useful if...

@kubax Are you sure? They don't need to be rebuilt in my experience. Why would they need to be rebuilt? Although they might need to be stopped, removed and started...

> In my experience a restart results in them not finding the attached network anymore. Stopping, removing and starting might also work... Actually I tested that and it seems to...

I believe you can update connected containers, it's just updating gluetun will disconnect containers. I personally just do `docker-compose down && docker-compose pull && docker-compose up -d` on my gluetun...

Hey there! Thanks for the detailed issue! It is a well known Docker problem I need to workaround. Let's keep this opened for now although there is at least one...

Similar conversation in #504 to be concluded.

No sorry, but I'll get to it soon. Ideally, there is a way to re-attach the disconnected containers to gluetun without restarting them (I guess with Docker's Go API since...

I have bits and pieces for it, but I am moving country + visiting family + starting a new job right now, so it might take at least 2 weeks...

@alpe12 you can plug in any socks server container for now (dante or other server implementing the socks protocol). Right now a SOCKS5 proxy built-in is not a priority since...