Skip to content

Commit 2cd368a

Browse files
authored
Merge pull request #734 from jacobbednarz/custom-hostname-early-hints
custom_hostname: add support for early_hints
2 parents ea24204 + e8b0ae6 commit 2cd368a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_hostname.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type CustomHostnameSSLSettings struct {
3232
TLS13 string `json:"tls_1_3,omitempty"`
3333
MinTLSVersion string `json:"min_tls_version,omitempty"`
3434
Ciphers []string `json:"ciphers,omitempty"`
35+
EarlyHints string `json:"early_hints,omitempty"`
3536
}
3637

3738
//CustomHostnameOwnershipVerification represents ownership verification status of a given custom hostname.

0 commit comments

Comments
 (0)