Skip to content

Commit

Permalink
fix: update circuit relay server args (#561)
Browse files Browse the repository at this point in the history
Circuit relay servers no longer advertise themselves.
  • Loading branch information
achingbrain committed Jun 18, 2024
1 parent 2f3beda commit 3577d3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/helia/src/utils/libp2p-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ export function libp2pDefaults (options: Libp2pDefaultsOptions = {}): Libp2pOpti
}),
keychain: keychain(options.keychain),
ping: ping(),
relay: circuitRelayServer({
advertise: true
}),
relay: circuitRelayServer(),
upnp: uPnPNAT()
}
}
Expand Down

0 comments on commit 3577d3d

Please sign in to comment.