From 7b370622c4e6592082b30c9e0407e893958767ea Mon Sep 17 00:00:00 2001 From: RageLtMan Date: Thu, 25 Feb 2016 03:23:26 -0500 Subject: [PATCH] Resolver - add accessors for comm and ctx --- lib/rex/proto/dns/resolver.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rex/proto/dns/resolver.rb b/lib/rex/proto/dns/resolver.rb index 3f871c65bb..e2bc31633e 100644 --- a/lib/rex/proto/dns/resolver.rb +++ b/lib/rex/proto/dns/resolver.rb @@ -32,6 +32,7 @@ module DNS :comm => nil } + attr_accessor :context, :comm # # Provide override for initializer to use local Defaults constant #