pf.md Getting Pow to work in OS X Yosemite Some parts taken from: https://gist.github.com/kujohn/7209628 ipfw is officially deprecated and removed in OS X Yosemite. Pow requires another program pf to handle the port forwarding. 1. Anchor file Create file /etc/pf.anchors/pow rdr pass on lo0 inet proto tcp from any to 127.0.0.1 port = 80 -> 127.0.0.1 port 20559 Note: Trailing line break is important
{{#tags}}- {{label}}
{{/tags}}