Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ init
Function
init
internal/check/requiretls/requiretls.go:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
init() {
44
check.RegisterStatelessCheck(
"require_tls"
, modconfig.FailAction{Reject: true}, requireTLS, nil, nil, nil)
45
}
Callers
nothing calls this directly
Calls
1
RegisterStatelessCheck
Function · 0.92
Tested by
no test coverage detected