Skip to content

Commit

Permalink
fixup! feat: add magicsock opt to block direct endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
deansheather committed Nov 21, 2023
1 parent 8a038c6 commit d8aa41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgengine/magicsock/magicsock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ func TestBlockEndpoints(t *testing.T) {
defer ms.Close()

// Check that some endpoints exist. This should be the case as we should use
// interface addressess as endpoints instantly on startup, and we already
// interface addresses as endpoints instantly on startup, and we already
// have a DERP connection due to newMagicStackFunc.
ms.conn.mu.Lock()
haveEndpoint := false
Expand Down

0 comments on commit d8aa41d

Please sign in to comment.