git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/firewalld/zones/lokalhorst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/firewalld/zones/lokalhorst.xml')
-rw-r--r--localfs/etc/firewalld/zones/lokalhorst.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/localfs/etc/firewalld/zones/lokalhorst.xml b/localfs/etc/firewalld/zones/lokalhorst.xml
new file mode 100644
index 0000000..d52a74c
--- /dev/null
+++ b/localfs/etc/firewalld/zones/lokalhorst.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<zone target="default">
+ <short>lokalhorst</short>
+ <description>Unsolicited incoming network packets are rejected from port 1 to 1024, except for select network services. Incoming packets that are related to outgoing network connections are accepted. Outgoing network connections are allowed.</description>
+ <service name="nfs"/>
+ <port port="1025-65535" protocol="udp"/>
+ <port port="1025-65535" protocol="tcp"/>
+</zone>