mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 08:34:40 +03:00
update to latest adns, synced with Go's net
This commit is contained in:
3
vendor/github.com/mjl-/adns/hook.go
generated
vendored
3
vendor/github.com/mjl-/adns/hook.go
generated
vendored
@ -10,8 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
testHookHostsPath = "/etc/hosts"
|
||||
testHookLookupIP = func(
|
||||
testHookLookupIP = func(
|
||||
ctx context.Context,
|
||||
fn func(context.Context, string, string) ([]net.IPAddr, Result, error),
|
||||
network string,
|
||||
|
Reference in New Issue
Block a user