From 41d4682c8a3caed1bb300c4c1a38f01a6c95ee7f Mon Sep 17 00:00:00 2001 From: ansuz Date: Sun, 19 Jun 2016 10:16:08 +0200 Subject: [PATCH] connectTo bug is fixed. credential files must end with .k --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f6b4e..603f21c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ By following this scheme, we make it possible for users to programmatically find ## JSON formatting * Your credentials must be [valid JSON](http://jsonlint.com/). -* They should be small enough so as to be inserted into a `cjdroute.conf` **as is** without triggering the [connectTo-overflow bug](https://github.com/hyperboria/docs/blob/master/bugs/connectTo-overflow.md). * They must contain the necessary fields: + ip/port + password @@ -68,4 +67,6 @@ By following this scheme, we make it possible for users to programmatically find ## Naming your entry -You can name your file whatever you want, but for simplicity's sake, avoid characters which will need to be escaped at the command line. +Credential files must end with `.k`. +Otherwise, you can name your file whatever you want, but for simplicity's sake, avoid characters which will need to be escaped at the command line. +