Skip to content

Commit

Permalink
Merge pull request #100 from snh/disable-caching
Browse files Browse the repository at this point in the history
Disable DNS Result Caching
  • Loading branch information
parkr authored Jun 8, 2018
2 parents dc6bcc7 + f3eb0b6 commit bdaa8b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/github-pages-health-check/resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Resolver
DEFAULT_RESOLVER_OPTIONS = {
:retry_times => 2,
:query_timeout => 5,
:dnssec => false
:dnssec => false,
:do_caching => false
}.freeze
PUBLIC_NAMESERVERS = %w(
8.8.8.8
Expand Down

0 comments on commit bdaa8b5

Please sign in to comment.