try returning nil to avoid DNS leak

This commit is contained in:
idk 2018-12-26 11:41:20 -05:00
parent 8a8992fb4b
commit bd18953731
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -2,7 +2,7 @@ package resolver
import ( import (
"context" "context"
"fmt" // "fmt"
"log" "log"
"net" "net"
"strings" "strings"