P
pat eyler
There's an unreasonable limit in resolv.rb:
at about line 1338:
class NS < DomainName
TypeValue = 2
end
which means you can only get the first to name servers back. Can this
be overridden at runtime (it complains about it being an already
initialized constant when I try)? If it can not be overridden, would
it be reasonable to bump this up to some other number (10 or so) in
the distributed version of resolv.rb?
thanks,
-pate
at about line 1338:
class NS < DomainName
TypeValue = 2
end
which means you can only get the first to name servers back. Can this
be overridden at runtime (it complains about it being an already
initialized constant when I try)? If it can not be overridden, would
it be reasonable to bump this up to some other number (10 or so) in
the distributed version of resolv.rb?
thanks,
-pate