mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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>
|
||||
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user