avahi: Update FreedomBox service file

- Make the service a subtype of _http._tcp.
- Remove incorrect host tag.
- Add text record to indicate the patch to use.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2017-12-01 15:29:21 +05:30
parent bf9af37d17
commit 2236f3c0b9
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -4,9 +4,10 @@
<name replace-wildcards="yes">%h</name>
<service>
<type>_freedombox._tcp</type>
<type>_http._tcp</type>
<subtype>_freedombox._sub._http._tcp</subtype>
<port>80</port>
<host>%h</host>
<txt-record>path=/</txt-record>
</service>
</service-group>