This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
changing the default stun server #455
Labels
need/triage
Needs initial labeling and prioritization
P2
Medium: Good to have, but can wait until someone steps up
I used the configs when I create my libp2p node and added my custom turn server to it like this:
but after a long time of debugging, I found out that this customization is only happening for the listener part.
on the other hand, when a user tries to dial another one, there will be a new instance of simple peer with the default configuration.
I managed to resolve it by adding the configs to dial options but this shouldn't be the case right?
The text was updated successfully, but these errors were encountered: