Skip to content

Instantly share code, notes, and snippets.

@edel-macias-cubix
Forked from marciogranzotto/mosquitto.service
Last active January 12, 2023 06:59
Show Gist options
  • Select an option

  • Save edel-macias-cubix/4e3c02e082aa3c5bcffc85f7756efbb9 to your computer and use it in GitHub Desktop.

Select an option

Save edel-macias-cubix/4e3c02e082aa3c5bcffc85f7756efbb9 to your computer and use it in GitHub Desktop.
mqtt-avahi-service-descriptor
<!-- Put this in /etc/avahi/services/mosquitto.service -->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Mosquitto MQTT server on %h</name>
<service>
<type>_mqtt._tcp</type>
<port>1883</port>
<txt-record>info=Socrates local MQTT server for tag forwarding.</txt-record>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment