summaryrefslogtreecommitdiff
path: root/forward-ports
diff options
context:
space:
mode:
Diffstat (limited to 'forward-ports')
-rwxr-xr-xforward-ports8
1 files changed, 8 insertions, 0 deletions
diff --git a/forward-ports b/forward-ports
new file mode 100755
index 0000000..f13307a
--- /dev/null
+++ b/forward-ports
@@ -0,0 +1,8 @@
+#!/bin/zsh
+
+
+. /home/pks/bin/func.zsh
+check_root
+
+iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8000
+