mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Currently we only advertise SSH+SFTP services over mDNS-SD, which are the default services from the avahi package. This patch adds support for _netconf-ssh._tcp as well. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
246 B
Desktop File
10 lines
246 B
Desktop File
<?xml version="1.0" standalone='no'?>
|
|
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
|
<service-group>
|
|
<name replace-wildcards="yes">%h</name>
|
|
<service>
|
|
<type>_netconf-ssh._tcp</type>
|
|
<port>830</port>
|
|
</service>
|
|
</service-group>
|