summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-06 14:39:54 +0100
committerJonathan Bauer2014-03-06 14:39:54 +0100
commit6da149b4f3c3bc3c9ace7f76a012f9442048ee43 (patch)
treee6ac51a2421b77417624a09e974fb114f0bc9e64 /remote
parent[rfs-s31] fix hostname (diff)
downloadtm-scripts-6da149b4f3c3bc3c9ace7f76a012f9442048ee43.tar.gz
tm-scripts-6da149b4f3c3bc3c9ace7f76a012f9442048ee43.tar.xz
tm-scripts-6da149b4f3c3bc3c9ace7f76a012f9442048ee43.zip
[xorg] add iptable rule for X11 port
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg b/remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg
new file mode 100644
index 00000000..023f5087
--- /dev/null
+++ b/remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg
@@ -0,0 +1,4 @@
+#!/bin/ash
+
+# X11 port
+iptables -I ipt-helper-INPUT 1 -i br0 -p tcp --dport 6000 -j REJECT