You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now there's a variadic parameter on the constructor, I could drop the required first parameter and add a gss.WithDNSClient(client) option function, and make the default a new dns.Client with the transport set to tcp.
This would be a v2 change.
The text was updated successfully, but these errors were encountered:
Now there's a variadic parameter on the constructor, I could drop the required first parameter and add a
gss.WithDNSClient(client)
option function, and make the default a newdns.Client
with the transport set totcp
.This would be a v2 change.
The text was updated successfully, but these errors were encountered: