Browse Source

ipn: prefer allow/denylist terminology

Signed-off-by: Will Norris <[email protected]>
Will Norris 2 years ago
parent
commit
6d5c3c1637
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ipn/policy/policy.go

+ 2 - 2
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