mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-31 04:34:12 +00:00
add options for ECS full subnet mask in server & TLS verification bypass in client (#92)
* add ECS full size & limit filtering * add tls certification bypass in configuration * flush log lines * changes following pull request comments * with fmt and reorg of libs in client.go
This commit is contained in:
@@ -34,7 +34,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/m13253/dns-over-https/json-dns"
|
||||
jsondns "github.com/m13253/dns-over-https/json-dns"
|
||||
"github.com/miekg/dns"
|
||||
"golang.org/x/net/idna"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user