5
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2024-11-22 17:40:25 +00:00

connectTo bug is fixed.

credential files must end with .k
This commit is contained in:
ansuz 2016-06-19 10:16:08 +02:00
parent e460d3b8bd
commit 41d4682c8a

View File

@ -46,7 +46,6 @@ By following this scheme, we make it possible for users to programmatically find
## JSON formatting ## JSON formatting
* Your credentials must be [valid JSON](http://jsonlint.com/). * 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: * They must contain the necessary fields:
+ ip/port + ip/port
+ password + password
@ -68,4 +67,6 @@ By following this scheme, we make it possible for users to programmatically find
## Naming your entry ## 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.