Skip to content

Commit

Permalink
refactor(firewalld): split rule files for host/client roles
Browse files Browse the repository at this point in the history
  • Loading branch information
christgau committed Jan 4, 2025
1 parent a6911ed commit 6da4adc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions etc/firewalld/services/wsdd-discovery.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Web Services Dynamic Discovery client</short>
<description>Discovery of other Web Services Dynamic Discovery hosts, using a fixed UDP source port for the client (wsdd)</description>
<port port="37020" protocol="udp"/>
<destination ipv4="239.255.255.250" ipv6="FF02::C"/>
</service>
4 changes: 2 additions & 2 deletions etc/firewalld/services/wsdd-http.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Web Services Dynamic Discovery host daemon (HTTP Interface)</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>
<short>Web Services Dynamic Discovery HTTP Interface</short>
<description>HTTP interface of the Web Service Discovery host daemon, such as wsdd. This service enables the host to be discovered by WSD clients such as Windows.</description>
<port port="5357" protocol="tcp"/>
</service>

0 comments on commit 6da4adc

Please sign in to comment.