Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Remove dns
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 16, 2020
1 parent ece1e66 commit 7b89212
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/* eslint-env jest*/
const dns = require('dns')
const listen = require('async-listen')
const { createServer } = require('http')
const cachedDNSFetch = require('./index')(require('node-fetch'))

dns.setServers(['8.8.8.8', '1.1.1.1'])

/**
* Using `localtest.me` to use DNS to resolve to localhost
* http://readme.localtest.me/
Expand Down

0 comments on commit 7b89212

Please sign in to comment.