Commit 09d4a9c2 authored by Yong Tang's avatar Yong Tang Committed by GitHub

Uses external context package for server-tls.go (#1471)

This fix uses external context package for server-tls.go
This fix is a follow up to 1468.
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent b228054a
package dnsserver package dnsserver
import ( import (
"context"
"crypto/tls" "crypto/tls"
"fmt" "fmt"
"net" "net"
"github.com/miekg/dns" "github.com/miekg/dns"
"golang.org/x/net/context"
) )
// ServerTLS represents an instance of a TLS-over-DNS-server. // ServerTLS represents an instance of a TLS-over-DNS-server.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment