Quentin McGaw

Results 873 comments of Quentin McGaw

A few points to verify (you or me or both): 1. I believe the container can only access the containers on the same Docker network gluetun is on. By default,...

Yeah I'll use https://github.com/containrrr/shoutrrr/ in the end thanks @kusold

Thanks 👍 Good idea, I'll dig into it before adding Gotify support. Anyway, I might prioritize other things (i.e. daily updates of block lists, port forwarding, etc.) before notifications.

Yep https://github.com/crazy-max/diun/ it will be, thanks @bozzfozz ! I will experiment with it in another repo https://github.com/qdm12/ddns-updater/issues/205 and bring it over there afterwards 😉

Actually diun is a bad choice, we'll use https://containrrr.dev/shoutrrr/ instead (thanks @burkasaurusrex)

Lucky us, specifying multiple nameservers in /etc/resolv.conf works by order. It will try the first one and then the second one etc. on failure. I'll therefore add whatever DNS before...

Let me know if it works for you! There is also a rather big firewall refactor incoming tonight/tomorrow, hopefully I won't break anything 😄 I'll make a release in the...

Check if /etc/resolv.conf is as expected (I haven't, shame on me!)

Actually I have to re-change the logic for writing to /etc/resolv.conf because dns blocking won't work with the way it is. I'll probably add an env variable for keeping the...

Would there be a way to set it somehow directly in /etc/resolv.conf instead? Can the container know the stub address automatically (`10.245.0.10`) maybe? I also just pushed a lot of...