Fix: valid proxy group and remove unused code

This commit is contained in:
Dreamacro
2019-12-14 18:13:33 +08:00
parent 0822b526d5
commit eae06a4a7d
2 changed files with 6 additions and 3 deletions

View File

@ -13,9 +13,6 @@ import (
const (
// dotMimeType is the DoH mimetype that should be used.
dotMimeType = "application/dns-message"
// dotPath is the URL path that should be used.
dotPath = "/dns-query"
)
var dohTransport = &http.Transport{