Skip to content

Commit

Permalink
change relay to run on all addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 21, 2024
1 parent 5c15be3 commit fad4475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const createRelayNode = async () => {
const node = await createLibp2p({
peerId: idRelayer,
addresses: {
listen: ["/ip4/127.0.0.1/tcp/50000/ws"],
listen: ["/ip4/0.0.0.0/tcp/50000/ws"],
},
connectionEncryption: [noise()],
connectionManager: {
Expand Down

0 comments on commit fad4475

Please sign in to comment.