Module: AuthDnsCheck
- Defined in:
- lib/auth_dns_check.rb,
lib/auth_dns_check/client.rb,
lib/auth_dns_check/version.rb
Overview
Parent module for the authoritative DNS check library
Defined Under Namespace
Constant Summary collapse
- VERSION =
The version of the auth_dns_check gem
"0.3.1"
Class Method Summary collapse
-
.client(overrides: {}, default: Resolv::DNS.new("/etc/resolv.conf")) ⇒ Object
deprecated
Deprecated.
See Client
Class Method Details
.client(overrides: {}, default: Resolv::DNS.new("/etc/resolv.conf")) ⇒ Object
18 19 20 |
# File 'lib/auth_dns_check.rb', line 18 def self.client(overrides: {}, default: Resolv::DNS.new("/etc/resolv.conf")) Client.new(overrides: overrides, default: default) end |