FreedomBox/data/etc/avahi/services/freedombox.service
Sunil Mohan Adapa 2236f3c0b9
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>
2017-12-01 15:44:38 +05:30

14 lines
327 B
Desktop File

<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_http._tcp</type>
<subtype>_freedombox._sub._http._tcp</subtype>
<port>80</port>
<txt-record>path=/</txt-record>
</service>
</service-group>