mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
Implement templates handler; various minor cleanups and bug fixes
This commit is contained in:
parent
5137859e47
commit
6706c9225a
9 changed files with 1006 additions and 13 deletions
|
@ -28,4 +28,4 @@ func (m MatchServerName) Match(hello *tls.ClientHelloInfo) bool {
|
|||
}
|
||||
|
||||
// Interface guard
|
||||
var _ ConnectionMatcher = MatchServerName{}
|
||||
var _ ConnectionMatcher = (*MatchServerName)(nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue