mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
- 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>
14 lines
327 B
Desktop File
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>
|