Skip to content

Commit

Permalink
Add note that bootstrap nodes default to Pear.config.dht.bootstrap
Browse files Browse the repository at this point in the history
…1st (#206)
  • Loading branch information
lejeunerenard authored Nov 1, 2024
1 parent 753aabe commit bd9ef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Options include:
```js
{
// Optionally overwrite the default bootstrap servers, just need to be an array of any known dht node(s)
// Defaults to ['[email protected]:49737', '[email protected]:49737', '[email protected]:49737']
// Defaults to Pear.config.dht.bootstrap in a Pear app or ['[email protected]:49737', '[email protected]:49737', '[email protected]:49737'] elsewhere
// Supports suggested-IP to avoid DNS calls: [suggested-IP@]<host>:<port>
bootstrap: ['host:port'],
keyPair, // set the default key pair to use for server.listen and connect
Expand Down

0 comments on commit bd9ef84

Please sign in to comment.