Replies: 1 comment
-
That's by design and those properties are immutable for good reason. Your use case is a different one, you want to call multiple different servers? Then just use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the DnsClient to validate DNS entries agianst different sets of name servers or the client's default name servers.
In all of these cases, the LookupClientOptions are the same, but the servers are not. I have a common function to create the client with the correct options, but since the name servers in the LookupClientOptions are read-only, this requires a rather ugly workaround:
as opposed to a more elegant:
Beta Was this translation helpful? Give feedback.
All reactions