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