Refactor to miekg/dns

This commit is contained in:
世界
2022-09-13 16:18:39 +08:00
parent e7f331d3e4
commit 72b2fdfdce
9 changed files with 55 additions and 119 deletions

View File

@@ -7,11 +7,11 @@ import (
"crypto/tls"
"strings"
"github.com/sagernet/certmagic"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/option"
E "github.com/sagernet/sing/common/exceptions"
"github.com/caddyserver/certmagic"
"github.com/mholt/acmez/acme"
)