projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
disable assertions, add an initscript and some config files
[openwrt.git]
/
package
/
avahi
/
files
/
service-http
1
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
3
<service-group>
4
<name replace-wildcards="yes">Web Server on %h</name>
5
<service>
6
<type>_http._tcp</type>
7
<port>80</port>
8
<txt-record>path=/index.html</txt-record>
9
</service>
10
</service-group>
This page took
0.041755 seconds
and
5
git commands to generate.