summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSPosix/Services.txt
blob: f8d69786a4ec57953fbdfed0c694422ea517dc73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Example services file parsed by mDNSResponderPosix.
# 
# Lines beginning with '#' are comments/ignored.
# Blank lines indicate the end of a service record specification.
# The first character of the service name can be a '#' if you escape it with 
# backslash to distinguish if from a comment line.
# ie, "\#serviceName" will be registered as "#serviceName".
# Note that any line beginning with white space is considered a blank line.
#
# The record format is:
# 
# <service name>
# <type>.<protocol> <optional domain>
# <port number>
# <zero or more strings for the text record, one string per line>
#
# <One or more blank lines between records>
# 
# Examples shown below.

serviceName1
_afpovertcp._tcp.
548
name=val1

serviceName2
_afpovertcp._tcp. local.
548
name=val2
name2=anotherattribute

serviceName3
_afpovertcp._tcp.
548
name=val3