summaryrefslogtreecommitdiff
path: root/package/avahi/files/service-http
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi/files/service-http')
-rw-r--r--package/avahi/files/service-http10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/avahi/files/service-http b/package/avahi/files/service-http
new file mode 100644
index 000000000..8e0d3a513
--- /dev/null
+++ b/package/avahi/files/service-http
@@ -0,0 +1,10 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+<service-group>
+ <name replace-wildcards="yes">Web Server on %h</name>
+ <service>
+ <type>_http._tcp</type>
+ <port>80</port>
+ <txt-record>path=/index.html</txt-record>
+ </service>
+</service-group>