Skip to content

Commit

Permalink
fix: listen on ip6 addresses (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Oct 11, 2023
1 parent 0749cbf commit 7ef5e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/helia/src/utils/libp2p-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function libp2pDefaults (): Libp2pOptions<DefaultLibp2pServices> {
addresses: {
listen: [
'/ip4/0.0.0.0/tcp/0',
'/ip6/::/tcp/0',
'/webrtc'
]
},
Expand Down

0 comments on commit 7ef5e79

Please sign in to comment.