You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. as in, has no effect. We moved the default in MagicEndpoint to be the default derp map (and not no derp). However, we never call MagicEndpointBuilder::disable_derp(), even if you call node::Builder::disable_derp. This needs to be fixed.
The text was updated successfully, but these errors were encountered:
## Description
`node::Builder::disable_derp` is broken. We do not call
`MagicEndpointBuilder::disable_derp` for that, and at some point we
changed the magic endpoint to default to the default, n0-supplied derp
servers.
This fixes this through a `DerpMode` enum that is much more explicit I
think.
Fixes#1558
## Notes & open questions
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## Change checklist
- [x] Self-review.
- [x] Documentation updates if relevant.
- [x] Tests if relevant.
.. as in, has no effect. We moved the default in
MagicEndpoint
to be the default derp map (and not no derp). However, we never callMagicEndpointBuilder::disable_derp()
, even if you callnode::Builder::disable_derp
. This needs to be fixed.The text was updated successfully, but these errors were encountered: