Add grayjay and localsend ports for ease of activation for firewalld #46

Merged
eriq12 merged 1 commits from add-firewalld-services into main 2025-07-25 16:29:58 -04:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 9a35a1d495 - Show all commits

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<port port="12315" protocol="tcp"/>
</service>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<port port="53317" protocol="tcp"/>
<port port="53317" protocol="udp"/>
</service>