<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,20 +1,20 @@
 = Moonshine_Iptables
 
-== A plugin for Moonshine[http://github.com/railsmachine/moonshine]
+=== A plugin for Moonshine[http://github.com/railsmachine/moonshine]
 
-=== Instructions
-
-* &lt;tt&gt;script/plugin install git://github.com/railsmachine/moonshine_iptables.git&lt;/tt&gt;
-* Include the plugin and recipe in your Moonshine manifest.
-    plugin :iptables
-    recipe :iptables
-* The default iptables rules:
+This plugin installs and configues iptables for your server. Just include the
+plugin and recipe, deploy, and you'll have a nice secure system.
+By default, the firewall will:
   - Allow inbound ESTABLISHED and RELATED traffic
   - Allow inbound icmp, smtp, ssh, http, https
   - Allow inbound connections to unprivileged ports in the 8000-10000 range
   - Allow outbound connections to anywhere
-* For custom rules, use the &lt;tt&gt;configure&lt;/tt&gt; method before calling the 
-  &lt;tt&gt;iptables&lt;/tt&gt; recipe. You will need to pass the *entire* ruleset.
+  - Block everything else
+
+=== Instructions
+
+* &lt;tt&gt;script/plugin install git://github.com/railsmachine/moonshine_iptables.git&lt;/tt&gt;
+* To customize rules, use the &lt;tt&gt;configure&lt;/tt&gt; method, passing the *entire* ruleset.
   
     configure (:iptables =&gt; { :rules =&gt; [
       '-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT',
@@ -28,3 +28,6 @@
       '-A INPUT -p tcp -m tcp --dport 8000:10000 -j ACCEPT',
       '-A INPUT -p udp -m udp --dport 8000:10000 -j ACCEPT'
     ]}}
+* Include the plugin and recipe in your Moonshine manifest.
+    plugin :iptables
+    recipe :iptables</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>434372690678e49af9c4ac6be06d0b42968cf4f6</id>
    </parent>
  </parents>
  <author>
    <name>Rob Lingle</name>
    <email>rob@actsasif.com</email>
  </author>
  <url>http://github.com/railsmachine/moonshine_iptables/commit/2bc2fad2939698a77796ec1988901700ae0bb26d</url>
  <id>2bc2fad2939698a77796ec1988901700ae0bb26d</id>
  <committed-date>2009-05-01T08:56:36-07:00</committed-date>
  <authored-date>2009-05-01T08:56:36-07:00</authored-date>
  <message>updating docs</message>
  <tree>8f3001d9eb1cf592be748b98098d6d241eb39c04</tree>
  <committer>
    <name>Rob Lingle</name>
    <email>rob@actsasif.com</email>
  </committer>
</commit>
