Update Avahi instructions for Linux Native

Based on discord conversation with AndreK
https://discord.com/channels/867578229534359593/871539863307055134/1326665600281481277
This commit is contained in:
pdxlocations 2025-01-08 21:05:18 -08:00 committed by GitHub
parent 4fdff5381e
commit 46f467b1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,8 +249,8 @@ And paste the following:
<service-group> <service-group>
<name>Meshtastic</name> <name>Meshtastic</name>
<service protocol="ipv4"> <service protocol="ipv4">
<type>_http._tcp</type> <type>_meshtastic._tcp</type>
<port>80</port> <port>4403</port>
</service> </service>
</service-group> </service-group>
``` ```