Skip to content

fix!: do not dial private addresses in browsers #1735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 4, 2023

Conversation

achingbrain
Copy link
Member

Dialling is very expensive in browsers. If we're dialling addresses that include private networks, chances are they're not going to succeed so filter them out for browsers only.

This can be re-enabled by configuring a permissive connection gater, see the upgrade guide for more information.

BREAKING CHANGE: browsers will no longer try to dial private addresses by default

Dialling is very expensive in browsers. If we're dialling addresses
that include private networks, chances are they're not going to
succeed so filter them out for browsers only.

This can be re-enabled by configuring a permissive connection gater,
see the upgrade guide for more information.

BREAKING CHANGE: browsers will no longer try to dial private addresses by default
@maschad
Copy link
Member

maschad commented May 4, 2023

Looks like there are quite a few broken tests @achingbrain

@achingbrain achingbrain merged commit e3deaa4 into master May 4, 2023
@achingbrain achingbrain deleted the fix/do-not-dial-private-addresses-in-browsers branch May 4, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants