From 6d5c3c16377dda0dc932850297e013b8335689a5 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 4 Apr 2023 08:00:59 -0700 Subject: [PATCH] ipn: prefer allow/denylist terminology Signed-off-by: Will Norris --- ipn/policy/policy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipn/policy/policy.go b/ipn/policy/policy.go index 2765ee789..494a0dc40 100644 --- a/ipn/policy/policy.go +++ b/ipn/policy/policy.go @@ -26,8 +26,8 @@ func IsInterestingService(s tailcfg.Service, os string) bool { // there. return true } - // Windows has tons of TCP listeners. We need to move to a blacklist - // model later, but for now we just whitelist some common ones: + // Windows has tons of TCP listeners. We need to move to a denylist + // model later, but for now we just allow some common ones: switch s.Port { case 22, // ssh 80, // http