Update default zoo.cfg for ZooKeeper 3.5 (#245)

Add useful four-letter-word commands by default to ZooKeeper's
config file (zoo.cfg) and disable the built-in Admin Server,
which listens by default on port 8080.
diff --git a/conf/zookeeper/zoo.cfg b/conf/zookeeper/zoo.cfg
index a0cd982..ddbce03 100644
--- a/conf/zookeeper/zoo.cfg
+++ b/conf/zookeeper/zoo.cfg
@@ -15,3 +15,7 @@
 # the maximum number of client connections.
 # increase this if you need to handle more clients
 maxClientCnxns=100
+# whitelist a few useful four-letter-word commands
+4lw.commands.whitelist=mntr,stat,ruok,wchs
+# disable the admin server listening on 8080 by default
+admin.enableServer=false