Browse Source

Add warning about production uses

Alan Shreve 9 years ago
parent
commit
0b0ed2c233
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -24,10 +24,14 @@ ngrok 1.x is no longer developed, supported or maintained by its author, except
 3. No new features will be added. Any pull requests with new features will be closed. Please fork the project instead.
 4. Pull requests fixing existing bugs or improving documentation are welcomed.
 
-## The ngrok 1.x hosted service
+#### The ngrok 1.x hosted service
 
 ngrok.com ran a pay-what-you-want hosted service of 1.x from early 2013 until April 7, 2016. Afterwards, it only runs 2.x service.
 
+## Production Use
+
+**DO NOT RUN THIS VERSION OF NGROK (1.X) IN PRODUCTION**. Both the client and server are known to have serious reliability issues including memory and file descriptor leaks as well as crashes. There is also no HA story as the server is a SPOF. You are advised to run 2.0 for any production quality system. 
+
 ## What can I do with ngrok?
 - Expose any http service behind a NAT or firewall to the internet on a subdomain of ngrok.com
 - Expose any tcp service behind a NAT or firewall to the internet on a random port of ngrok.com