Docker containers can't access internet (127.0.0.11:53 server misbehaving)

Guess what?
That was adguard-home all the time.

 allowed_clients:
    - 192.168.0.0/24 < LAN
    - 10.8.0.0/24 < VPN clients
    - 127.0.0.1 < Localhost
    - 127.0.0.11 < Localhost I guess?
    - latitude < laptop
    - pixel < android phone
    - 10.50.1.2/32 < used to be docker network!!!!!!!

Docker changed (I certaintly did without noticing) its ip range. Now it’s 172.x.x.x. I changed the 10.50.1.X cidr range to 172.x cidr range, and everything works now.

I’m a dumbass.
Thanks Joulinar for the hints. It really helps to exchange ideas and put your problems in writing. I’m glad this community exists :smile:

Have a good night!