add firewalld config file

This commit is contained in:
Ferdinand Schober
2024-01-28 17:32:22 +01:00
parent 5cc8cda19d
commit c9deb6eba4
2 changed files with 12 additions and 0 deletions

8
firewall/lan-mouse.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- for packaging: /usr/lib/firewalld/services/lan-mouse.xml -->
<!-- configure manually: /etc/firewalld/services/lan-mouse.xml -->
<service>
<short>LAN Mouse</short>
<description>mouse and keyboard sharing via LAN</description>
<port port="4242" protocol="udp"/>
</service>