Skip to content

Commit da4c8e3

Browse files
author
Paul Nicholas Bersch
committed
added iptables script for redirection of traffic
1 parent 894004b commit da4c8e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

iptables.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080

posts/20080406020312

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ Changes are afloat.
44

55

66
hmmm. i think its time to see some updates to this thing :P
7-
-steph
7+
-steph
8+
9+
maybe.

0 commit comments

Comments
 (0)