Skip to content
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

fix(iroh-relay): Respect enable_stun setting in iroh-relay::Config #2879

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

matheus23
Copy link
Contributor

Description

Previously, the Config::enable_stun value was written but never read, so you couldn't actually disable stun using your iroh config.

Breaking Changes

  • For anyone deploying their relay server: The relay server now actually respects the enable_stun config value. If you set it to false previously, that did not have an effect, but now will have an effect.

Notes & Open Questions

LMK if you hate my Option::filter fuckery :P

Change checklist

  • Self-review.
  • [ ] Documentation updates following the style guide, if relevant.
  • [ ] Tests if relevant.
  • All breaking changes documented.

@matheus23 matheus23 self-assigned this Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/2879/docs/iroh/

Last updated: 2024-11-01T10:34:24Z

Copy link

github-actions bot commented Nov 1, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: ffc7137

@dignifiedquire dignifiedquire added this to the v0.28.0 milestone Nov 1, 2024
@matheus23 matheus23 added this pull request to the merge queue Nov 1, 2024
Merged via the queue into main with commit 2507e62 Nov 1, 2024
26 of 27 checks passed
@dignifiedquire dignifiedquire deleted the matheus23/fix-relay-config branch November 1, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants