mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
p2p instant question sending fixes
This commit is contained in:
parent
977c118da8
commit
f047701106
9 changed files with 75 additions and 56 deletions
|
@ -93,11 +93,11 @@ To setup P2P functionality you have to create a few files in `./data/p2p`:
|
|||
}
|
||||
```
|
||||
|
||||
* `peers.json` : an array, with objects same as above, and:
|
||||
* `peers.json`: List of registered peers. An array, with objects same as above, and:
|
||||
```json
|
||||
{
|
||||
"pw": "password to the host, so the server can log in there. Please use a dedicated password, that only the server uses!",
|
||||
"publicKey": "public key of the server"
|
||||
"publicKey": "public key of the server for encryption"
|
||||
}
|
||||
```
|
||||
Public key is optional, but needed to encrypt and add the users database in the response, so they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue