MichaCo / DnsClient.NET

DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
https://dnsclient.michaco.net
Apache License 2.0
781 stars 137 forks source link

Allow max recursion on datagram reader #167

Closed jjxtra closed 2 years ago

jjxtra commented 2 years ago

Added a unit test too. The datagram reader has an optional max recursion param that defaults to 1000.

jjxtra commented 2 years ago

What would it take to nuget this? Would love to use it on my production server...

jjxtra commented 2 years ago

If you have a branch that does this already we can use that.

MichaCo commented 2 years ago

/closing in favor of #169

MichaCo commented 2 years ago

@jjxtra thanks for the help anyways ;)