Skip to content

Commit bd9ef84

Browse files
Add note that bootstrap nodes default to Pear.config.dht.bootstrap 1st (#206)
1 parent 753aabe commit bd9ef84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Options include:
6969
```js
7070
{
7171
// Optionally overwrite the default bootstrap servers, just need to be an array of any known dht node(s)
72-
// Defaults to ['[email protected]:49737', '[email protected]:49737', '[email protected]:49737']
72+
// Defaults to Pear.config.dht.bootstrap in a Pear app or ['[email protected]:49737', '[email protected]:49737', '[email protected]:49737'] elsewhere
7373
// Supports suggested-IP to avoid DNS calls: [suggested-IP@]<host>:<port>
7474
bootstrap: ['host:port'],
7575
keyPair, // set the default key pair to use for server.listen and connect

0 commit comments

Comments
 (0)