BlueOS icon indicating copy to clipboard operation
BlueOS copied to clipboard

core: services: beacon: fix broken ethernet domain name config

Open ES-Alexander opened this issue 1 year ago • 0 comments

Fixes #2548

⚠️ UNTESTED ⚠️ Probably a good idea to make sure this works properly for both ethernet and USB-OTG connections before merging.

If it's possible for the domain_names variable to not exist or be an empty list then we should catch/handle that (except the AttributeError, and/or make sure to append the hostname if it's not there at the end, like is being done with the default).

ES-Alexander avatar Apr 17 '24 16:04 ES-Alexander