ipn/policy: mark AppConnector service as interesting

Updates #15437
Signed-off-by: James Tucker <james@tailscale.com>
pull/10199/head
James Tucker 7 months ago committed by James Tucker
parent 1a143963ec
commit 933d201bba

@ -14,7 +14,7 @@ import (
// to our peer nodes for discovery purposes.
func IsInterestingService(s tailcfg.Service, os string) bool {
switch s.Proto {
case tailcfg.PeerAPI4, tailcfg.PeerAPI6, tailcfg.PeerAPIDNS:
case tailcfg.PeerAPI4, tailcfg.PeerAPI6, tailcfg.PeerAPIDNS, tailcfg.AppConnector:
return true
}
if s.Proto != tailcfg.TCP {

Loading…
Cancel
Save