diff options
Diffstat (limited to 'avahi-daemon/example.service')
| -rw-r--r-- | avahi-daemon/example.service | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/avahi-daemon/example.service b/avahi-daemon/example.service index e9a3ff4..a5f9071 100644 --- a/avahi-daemon/example.service +++ b/avahi-daemon/example.service @@ -8,18 +8,17 @@    <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> --> +    <domain-name>local</domain-name> +    <host-name>ecstasy.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>  | 
