summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/example.service
blob: 6892d51a624db361353b26922fc2107c518f8c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>

  <!-- $Id$ -->

  <name replace-wildcards="yes">Remote Terminal on %h</name>

  <service>
    <type>_ssh._tcp</type>
    <port>22</port>
  </service>

  <service>
    <type>_telnet._tcp</type>
    <domain-name>local</domain-name>
    <host-name>quux.local</host-name>
    <port>23</port>
    <txt-record>foo=bar</txt-record>
    <txt-record>waldo=buzz</txt-record>
    <txt-record>another=record</txt-record>
  </service>

</service-group>