rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
271 stars 19 forks source link

Avahi (multicast DNS) only working for port 80 (HTTP) #196

Closed setnes closed 2 years ago

setnes commented 2 years ago

The fix for issue #118 breaks multicast DNS for astroberry.local for all uses except for HTTP. The file should be removed, or all possible services should be listed in the astroberry.service file. That list might get kind of long though. Is there a different fix?

The multicast DNS stopped working for me awhile ago (when this changed), but I didn't look into it until now because I was using a static IP.

Just a short list of things that I can think of that broke because of this change...

setnes commented 2 years ago

Now I'm unsure about this. Removing the file and rebooting certainly fixed things, but putting it back and rebooting didn't recreate the issue. I think the cache on all of my devices might get in the way of testing.

setnes commented 2 years ago

I am unable to reproduce my own issue. I'm going to close this... for now at least.