Skip to content

Commit

Permalink
feat(etc): Allow port 37020 in firewall profiles
Browse files Browse the repository at this point in the history
Used by the socket-activated discovery daemon
  • Loading branch information
aleasto committed Oct 14, 2024
1 parent c25ec56 commit 6fa319f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/firewalld/services/wsdd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<short>Web Services Dynamic Discovery host daemon</short>
<description>wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows.</description>
<port port="3702" protocol="udp"/>
<port port="37020" protocol="udp"/>
<destination ipv4="239.255.255.250" ipv6="FF02::C"/>
<include service="wsdd-http"/>
</service>
2 changes: 1 addition & 1 deletion etc/ufw/applications.d/wsdd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Wsdd]
title=Wsdd
description=Web Service Discovery host daemon implementation
ports=3702/udp|5357/tcp
ports=3702/udp|37020/udp|5357/tcp

0 comments on commit 6fa319f

Please sign in to comment.