diff options
Diffstat (limited to 'package/mdnsresponder/mDNSResponderPosix.conf')
-rw-r--r-- | package/mdnsresponder/mDNSResponderPosix.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/mdnsresponder/mDNSResponderPosix.conf b/package/mdnsresponder/mDNSResponderPosix.conf new file mode 100644 index 000000000..639e7be27 --- /dev/null +++ b/package/mdnsresponder/mDNSResponderPosix.conf @@ -0,0 +1,23 @@ +# See http://www.dns-sd.org/ServiceTypes.html for service types and parameters. +# Format is: +# name +# service type +# port +# [params, name=value, one per line] +# NOTE: At least as of 107.1 there is a bug where you cannot have a blank line +# NOTE: before the first entry if there are any leading comments. +#yourhost +#_ssh._tcp. +#22 + +#yourhost +#_http._tcp. +#80 +#path=/ + +#yourhost +#_ftp._tcp. +#21 +#u=yourusername +#p=password +#path=/somepath |