Refactor ACME support to certificate provider

This commit is contained in:
nekohasekai
2026-03-23 20:04:36 +08:00
committed by 世界
parent 306ed3e496
commit 1d523907cb
48 changed files with 3084 additions and 173 deletions
+4
View File
@@ -36,6 +36,10 @@ type TailscaleDNSServerOptions struct {
AcceptDefaultResolvers bool `json:"accept_default_resolvers,omitempty"`
}
type TailscaleCertificateProviderOptions struct {
Endpoint string `json:"endpoint,omitempty"`
}
type DERPServiceOptions struct {
ListenOptions
InboundTLSOptionsContainer