(ctx context.Context, addr string)
| 21 | LookupNS(ctx context.Context, name string) ([]*net.NS, error) |
| 22 | LookupTXT(ctx context.Context, name string) ([]string, error) |
| 23 | LookupAddr(ctx context.Context, addr string) (names []string, err error) |
| 24 | } |
| 25 | |
| 26 | func New() (r Resolver) { |
no outgoing calls