1#
2# Example services file parsed by mDNSResponderPosix.
3# 
4# Lines beginning with '#' are comments/ignored.
5# Blank lines indicate the end of a service record specification.
6# The first character of the service name can be a '#' if you escape it with 
7# backslash to distinguish if from a comment line.
8# ie, "\#serviceName" will be registered as "#serviceName".
9# Note that any line beginning with white space is considered a blank line.
10#
11# The record format is:
12# 
13# <service name>
14# <type>.<protocol> <optional domain>
15# <port number>
16# <zero or more strings for the text record, one string per line>
17#
18# <One or more blank lines between records>
19# 
20# Examples shown below.
21
22serviceName1
23_afpovertcp._tcp.
24548
25name=val1
26
27serviceName2
28_afpovertcp._tcp. local.
29548
30name=val2
31name2=anotherattribute
32
33serviceName3
34_afpovertcp._tcp.
35548
36name=val3
37