gofmt -s tlshook/tlshook.go

pull/46/head
JeremyRand 7 years ago
parent 26b4c4c637
commit 5152222000
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -1,10 +1,10 @@
package tlshook
import (
"github.com/hlandau/xlog"
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/certinject"
"github.com/namecoin/ncdns/ncdomain"
"github.com/hlandau/xlog"
)
var log, Log = xlog.New("ncdns.tlshook")
@ -17,7 +17,6 @@ func DomainValueHookTLS(qname string, ncv *ncdomain.Value) (err error) {
if port, ok := protocol.Map["_443"]; ok { // TODO: check all ports, not just 443
log.Info("Saw a request with TCP port 443")
// For dehydrated certificates
if len(port.TLSAGenerated) > 0 {

Loading…
Cancel
Save