We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea24204 + e8b0ae6 commit 2cd368aCopy full SHA for 2cd368a
custom_hostname.go
@@ -32,6 +32,7 @@ type CustomHostnameSSLSettings struct {
32
TLS13 string `json:"tls_1_3,omitempty"`
33
MinTLSVersion string `json:"min_tls_version,omitempty"`
34
Ciphers []string `json:"ciphers,omitempty"`
35
+ EarlyHints string `json:"early_hints,omitempty"`
36
}
37
38
//CustomHostnameOwnershipVerification represents ownership verification status of a given custom hostname.
0 commit comments