The docs provide some info that compiling --with-external-mdns solves the problem of trying to run multiple zeroconf services on the same stack. But to get it working, you need to install avahi-publish-service or mDNSPublish. avahi-publish-service is in avahi-tools APK, and installing it by default could save people some debugging with little extra overhead.
The docs provide some info that compiling --with-external-mdns solves the problem of trying to run multiple zeroconf services on the same stack. But to get it working, you need to install
avahi-publish-service
ormDNSPublish
.avahi-publish-service
is inavahi-tools
APK, and installing it by default could save people some debugging with little extra overhead.