tailscale: Revert dialer deprecation and remove control_http_client

This commit is contained in:
世界
2026-05-20 14:50:36 +08:00
parent cf06742014
commit 8785b39b15
7 changed files with 55 additions and 120 deletions
-2
View File
@@ -11,12 +11,10 @@ import (
)
type TailscaleEndpointOptions struct {
// Deprecated: use control_http_client instead
DialerOptions
StateDirectory string `json:"state_directory,omitempty"`
AuthKey string `json:"auth_key,omitempty"`
ControlURL string `json:"control_url,omitempty"`
ControlHTTPClient *HTTPClientOptions `json:"control_http_client,omitempty"`
Ephemeral bool `json:"ephemeral,omitempty"`
Hostname string `json:"hostname,omitempty"`
AcceptRoutes bool `json:"accept_routes,omitempty"`