Skip to content

Commit

Permalink
Support resolved mDNS advertiser
Browse files Browse the repository at this point in the history
  • Loading branch information
elyscape committed Nov 11, 2022
1 parent 6c2f927 commit e34e73e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export class Server {
MDNSAdvertiser.BONJOUR,
MDNSAdvertiser.CIAO,
MDNSAdvertiser.AVAHI,
MDNSAdvertiser.RESOLVED,
].includes(config.bridge.advertiser)) {
config.bridge.advertiser = undefined;
log.error("Value provided in bridge.advertiser is not valid, reverting to platform default.");
Expand Down

0 comments on commit e34e73e

Please sign in to comment.