Skip to content

Commit

Permalink
Merge pull request cloudflare#734 from jacobbednarz/custom-hostname-e…
Browse files Browse the repository at this point in the history
…arly-hints

custom_hostname: add support for early_hints
  • Loading branch information
jacobbednarz authored Oct 29, 2021
2 parents ea24204 + e8b0ae6 commit 2cd368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_hostname.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type CustomHostnameSSLSettings struct {
TLS13 string `json:"tls_1_3,omitempty"`
MinTLSVersion string `json:"min_tls_version,omitempty"`
Ciphers []string `json:"ciphers,omitempty"`
EarlyHints string `json:"early_hints,omitempty"`
}

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

0 comments on commit 2cd368a

Please sign in to comment.