mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
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:
parent
bf9af37d17
commit
2236f3c0b9
@ -4,9 +4,10 @@
|
|||||||
<name replace-wildcards="yes">%h</name>
|
<name replace-wildcards="yes">%h</name>
|
||||||
|
|
||||||
<service>
|
<service>
|
||||||
<type>_freedombox._tcp</type>
|
<type>_http._tcp</type>
|
||||||
|
<subtype>_freedombox._sub._http._tcp</subtype>
|
||||||
<port>80</port>
|
<port>80</port>
|
||||||
<host>%h</host>
|
<txt-record>path=/</txt-record>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
</service-group>
|
</service-group>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user