Skip to content

Instantly share code, notes, and snippets.

@passingloop
Created September 26, 2011 07:00
Show Gist options
  • Save passingloop/1241749 to your computer and use it in GitHub Desktop.
Save passingloop/1241749 to your computer and use it in GitHub Desktop.
my cx.pow.firewall.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>cx.pow.firewall</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>ipfw add fwd 127.0.0.1,20559 tcp from me to me dst-port 80 in &amp;&amp; sysctl -w net.inet.ip.forwarding=1</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
@passingloop
Copy link
Author

Pow をインストールするとシステムに何をされるのか確認する - http://d.hatena.ne.jp/passingloop/20110926/reviewing_pow_installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment