From d8aa41d89edbd74da9fddc1462b3e8cd95686a74 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Tue, 21 Nov 2023 04:31:23 +0000 Subject: [PATCH] fixup! feat: add magicsock opt to block direct endpoints --- wgengine/magicsock/magicsock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgengine/magicsock/magicsock_test.go b/wgengine/magicsock/magicsock_test.go index f5c07c2d7cc56..444f5604933e9 100644 --- a/wgengine/magicsock/magicsock_test.go +++ b/wgengine/magicsock/magicsock_test.go @@ -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