Implement templates handler; various minor cleanups and bug fixes

This commit is contained in:
Matthew Holt 2019-06-18 11:13:12 -06:00
parent 5137859e47
commit 6706c9225a
9 changed files with 1006 additions and 13 deletions

View file

@ -28,4 +28,4 @@ func (m MatchServerName) Match(hello *tls.ClientHelloInfo) bool {
}
// Interface guard
var _ ConnectionMatcher = MatchServerName{}
var _ ConnectionMatcher = (*MatchServerName)(nil)