advertise http for easy discovery

This commit is contained in:
frederik
2024-04-08 10:54:51 +02:00
parent 734f1d1374
commit b820c195ca
4 changed files with 23 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">BirdNET-Pi %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
</service>
</service-group>