mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
ipn/policy: mark AppConnector service as interesting
Updates #15437 Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
1a143963ec
commit
933d201bba
@ -14,7 +14,7 @@
|
|||||||
// to our peer nodes for discovery purposes.
|
// to our peer nodes for discovery purposes.
|
||||||
func IsInterestingService(s tailcfg.Service, os string) bool {
|
func IsInterestingService(s tailcfg.Service, os string) bool {
|
||||||
switch s.Proto {
|
switch s.Proto {
|
||||||
case tailcfg.PeerAPI4, tailcfg.PeerAPI6, tailcfg.PeerAPIDNS:
|
case tailcfg.PeerAPI4, tailcfg.PeerAPI6, tailcfg.PeerAPIDNS, tailcfg.AppConnector:
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if s.Proto != tailcfg.TCP {
|
if s.Proto != tailcfg.TCP {
|
||||||
|
Loading…
Reference in New Issue
Block a user