Adding avahi service definition. This will confuse people at work
This commit is contained in:
parent
a1c32811f2
commit
cd7a6a99b2
1 changed files with 9 additions and 0 deletions
9
avahi/lamp.service
Normal file
9
avahi/lamp.service
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
||||||
|
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||||
|
<service-group>
|
||||||
|
<name replace-wildcards="yes">%h HTTP</name>
|
||||||
|
<service>
|
||||||
|
<type>_http._tcp</type>
|
||||||
|
<port>3000</port>
|
||||||
|
</service>
|
||||||
|
</service-group>
|
Loading…
Add table
Reference in a new issue