Skip to content

Commit

Permalink
Merge pull request #67 from kaleforsale/master
Browse files Browse the repository at this point in the history
fix for flakey-dns.rb example
  • Loading branch information
ioquatix committed Dec 9, 2016
2 parents b596c60 + 543ba2e commit 845d34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flakey-dns.rb
Expand Up @@ -49,8 +49,8 @@ def startup
logger.info 'Dropping domain MICROSOFT...'
transaction.fail!(:NXDomain)
else
# Pass the request to the otherwise handler
false
logger.info 'Passing DNS request upstream...'
transaction.passthrough!(fallback_resolver_supervisor.actors.first)
end
end

Expand Down

0 comments on commit 845d34a

Please sign in to comment.