Remove npm version restriction & add warning to config file
authorJack Allnutt <m2ys4u@gmail.com>
Mon, 1 Apr 2013 20:38:30 +0000 (20:38 +0000)
committerJack Allnutt <m2ys4u@gmail.com>
Mon, 1 Apr 2013 20:38:30 +0000 (20:38 +0000)
config.example.js

index 5eb1fee548a72f4ddd0dbef0cd1d73665c7d8b53..86b1b7c55089bd3d9299d6d34b966bf9cb473916 100644 (file)
@@ -106,6 +106,8 @@ conf.http_base_path = "/kiwi";
 
 /*
  * SOCKS (version 5) proxy settings
+ * This feature is only available on node 0.10.0 and above.
+ * Do not enable it if you're running 0.8 or below or Bad Things will happen.
  */
 conf.socks_proxy = {};