Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UseServerCheck ¶
func UseServerCheck(g *gin.RouterGroup, outputFile *os.File)
Types ¶
type ServerCheck ¶
type ServerCheckParams ¶
type SingleHostCheck ¶
type SingleHostCheck struct {
Domain string `json:"-"`
IP string `json:"ip"`
HasTLS bool `json:"has_tls"`
DHParams *ztls.DHParams `json:"dh_params"`
ExportDHParams *ztls.DHParams `json:"export_dh_params"`
ChromeDHParams *ztls.DHParams `json:"chrome_dh_params"`
ChromeCipher *string `json:"chrome_cipher"`
Error *string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.