So there won’t be a fix for that problem? Does someone has it working with ipv6 disabled in Docker only? And how did you configure that?
I did it that way:
Creating that file /etc/sysctl.d/10-disable_ipv6.conf
with:
net.ipv6.conf.all.disable_ipv6=1
to enable without rebooting the system use this command on the Linux Shell:
sysctl net.ipv6.conf.all.disable_ipv6=1
Then I created the /etc/docker/daemon.json
with that configuration:
{
"ipv6": false
}
After systemctl restart docker
It seems that HomeKit is working without switching mDNS Option on and off.