SABnzbd: add avahi service files

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-19 14:46:19 +01:00
parent af8fcb73e0
commit 85c833c7a6
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">SABnzbd Server on %h</name>
<service>
<type>_http._tcp</type>
<port>8080</port>
<txt-record>path=/index.html</txt-record>
</service>
</service-group>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
<service>
<type>_http._tcp</type>
<port>9090</port>
<txt-record>path=/index.html</txt-record>
</service>
</service-group>