README says:
To run a fully private DHT, start two or more dht nodes with an empty bootstrap array (dht({bootstrap:[]})) and then use the addresses of those nodes as the bootrstrap option in all other dht nodes.
But dht({ bootstrap: [] }) never fires a listening event.
Can you show an example for running a private bootstrap node?
README says:
But
dht({ bootstrap: [] })never fires alisteningevent.Can you show an example for running a private bootstrap node?