diff --git a/doh-server/config.go b/doh-server/config.go index 7507a43..edb9f64 100644 --- a/doh-server/config.go +++ b/doh-server/config.go @@ -97,7 +97,6 @@ var rxUpstreamWithTypePrefix = regexp.MustCompile("^[a-z-]+(:)") func addressAndType(us string) (string, string) { p := rxUpstreamWithTypePrefix.FindStringSubmatchIndex(us) - fmt.Println(p) if len(p) != 4 { return "", "" }