Skip to content

Commit

Permalink
feat(usr/lib): Add firewalld configuration files
Browse files Browse the repository at this point in the history
The project already contains UFW configuration files, but firewalld
configuration files are missing. Let's add a copy of firewalld configuration
files used in Fedora.
  • Loading branch information
ondrejholy authored and christgau committed Dec 15, 2023
1 parent 55fe3e6 commit 5d0776b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/firewalld/services/wsdd-http.xml
Original file line number Diff line number Diff line change
@@ -0,0 +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>
<port port="5357" protocol="tcp"/>
</service>
8 changes: 8 additions & 0 deletions etc/firewalld/services/wsdd.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<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"/>
<destination ipv4="239.255.255.250" ipv6="FF02::C"/>
<include service="wsdd-http"/>
</service>

0 comments on commit 5d0776b

Please sign in to comment.