Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documenting dnsruby version issue #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stasic
Copy link
Contributor

@stasic stasic commented Jan 21, 2020

this tool works only with dnsruby < 1.60.0
all greater versions of dnsruby will brake this tool

this tool works only with dnsruby < 1.60.0
all greater versions of dnsruby will brake this tool
@alexdalitz
Copy link

OK - can we hold off on this one while I take a look?

@stasic
Copy link
Contributor Author

stasic commented Feb 24, 2020

sure - I highly appreciate your engagement in resolving this issue

@alexdalitz
Copy link

alexdalitz commented Feb 24, 2020 via email

@alexdalitz
Copy link

alexdalitz commented Feb 28, 2020

@stasic Can you please try this? :

index 078c43a..7c9bdbb 100644
--- a/lib/dnssec_monitor.rb
+++ b/lib/dnssec_monitor.rb
@@ -538,6 +538,7 @@ module DnssecMonitor
       @controller = controller
       @controller.log(LOG_INFO, "Making resolver for : #{nameserver}, #{nsname}")
       @res = Resolver.new(nameserver.to_s)
+      @res.dnssec = true
       @res.do_caching = false
     end
     def check_zone()```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants