I'm using avahi-daemon 0.8-16 that comes with Debian Trixie.
1. How can I prevent avahi-daemon from publishing a domain based on my hostname? Currently e.g. if my host is named "myhost" it publishes a dom1ain "myhost.local". I tried `publish-domain=no` but it doesn't seem to have any effect.
2. Is there a way to restrict publishing to certain scopes of IPv6 addresses. I'd imagine it might be a good idea to only publish to link-local addresses? I read the man page but didn't see such config, except for `enable-wide-area=` which sounds related to my question.
