summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/example.service
blob: 86674127e3cf687485a682e5f61550fafad5f833 (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
25
<?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>
<!--     <domain-name>local</domain-name> -->
<!--     <host-name>gurki.local</host-name>  -->
    <port>22</port>
    <txt-record>foo=gaga</txt-record>
  </service>

  <service>
    <type>_telnet._tcp</type>
<!--    <domain-name>local</domain-name>
    <host-name>gurki.local</host-name> -->
    <port>23</port>
    <txt-record>foo=bar</txt-record>
  </service>

</service-group>