From 6da149b4f3c3bc3c9ace7f76a012f9442048ee43 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 6 Mar 2014 14:39:54 +0100 Subject: [xorg] add iptable rule for X11 port --- remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 remote/modules/xorg/data/opt/openslx/iptables/rules.d/70-xorg (limited to 'remote/modules') 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 -- cgit v1.2.3-55-g7522