Skip to content

Commit

Permalink
fix: patch dht to ping peers before adding
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 2, 2024
1 parent 6a6c03f commit b68c9a9
Show file tree
Hide file tree
Showing 4 changed files with 3,257 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
volumes:
- ./config.json:/config.json
- bootstrapper_datastore:/datastore
command: node --config /config.json --enable-kademlia --enable-autonat --api-host=0.0.0.0 --datastore=/datastore
command: node --config /config.json --enable-kademlia --enable-autonat --enable-tls --api-host=0.0.0.0 --datastore=/datastore

prometheus:
restart: unless-stopped
Expand Down
2,884 changes: 2,884 additions & 0 deletions patches/@libp2p+kad-dht+13.1.2.patch

Large diffs are not rendered by default.

Loading

0 comments on commit b68c9a9

Please sign in to comment.