blob: 639e7be27072dcfb77dd04f573256038ca1307d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|