Skip to content

Instantly share code, notes, and snippets.

@warpdesign
Created June 16, 2014 08:58
Port redirection using ipfw
# this will redirect any incoming requests on port 80 to port 8080
ipfw add 1443 fwd 127.0.0.1,8080 tcp from any to me 80 in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment