mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
ipn,tailconfig: clean up unreleased and removed app connector service
This was never released, and is replaced by HostInfo.AppConnector. Updates tailscale/corp#15437 Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:

committed by
James Tucker

parent
0b6636295e
commit
c54d680682
@@ -629,8 +629,6 @@ const (
|
||||
PeerAPI4 = ServiceProto("peerapi4")
|
||||
PeerAPI6 = ServiceProto("peerapi6")
|
||||
PeerAPIDNS = ServiceProto("peerapi-dns-proxy")
|
||||
// Deprecated: use the field on HostInfo instead.
|
||||
AppConnector = ServiceProto("app-connector")
|
||||
)
|
||||
|
||||
// Service represents a service running on a node.
|
||||
@@ -651,9 +649,6 @@ type Service struct {
|
||||
// being a DNS proxy (when the node is an exit
|
||||
// node). For this service, the Port number is really
|
||||
// the version number of the service.
|
||||
// * "app-connector": (deprecated) the local app-connector
|
||||
// service is available. For this service, the Port number
|
||||
// is really the version number of the service.
|
||||
Proto ServiceProto
|
||||
|
||||
// Port is the port number.
|
||||
|
Reference in New Issue
Block a user