Skip to content

Instantly share code, notes, and snippets.

@sebolio
Created March 26, 2019 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebolio/089445bf03ae2d5655dc1f55aed2a304 to your computer and use it in GitHub Desktop.
Save sebolio/089445bf03ae2d5655dc1f55aed2a304 to your computer and use it in GitHub Desktop.
redirigir puertos macos
echo "rdr pass inet proto tcp from any to any port 80 -> 127.0.0.1 port 2020" | sudo pfctl -ef -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment