Index: script/server
===================================================================
--- script/server	(revision 540)
+++ script/server	(working copy)
@@ -5,7 +5,7 @@
 
 OPTIONS = {
   :port        => 2500,
-  :ip          => "0.0.0.0",
+  :ip          => "127.0.0.1",
   :environment => "production",
   :server_root => File.expand_path(File.dirname(__FILE__) + "/../public/"),
   :server_type => WEBrick::SimpleServer,
