Skip to content

Instantly share code, notes, and snippets.

@erichsu
Created October 30, 2013 04:52
Show Gist options
  • Save erichsu/7227379 to your computer and use it in GitHub Desktop.
Save erichsu/7227379 to your computer and use it in GitHub Desktop.
Update pow server settings.
#ipfw show
# 00010 fwd 127.0.0.1,80 tcp from any to me dst-port 80 in
ipfw delete 00100
ipfw add 00100 fwd 127.0.0.1,20559 tcp from any to 127.0.0.1 dst-port 80 in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment