Skip to content

Commit

Permalink
Precache dnslink for ::1
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 13, 2016
1 parent a075a20 commit 72fc46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dns-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ require('sdk/simple-prefs').on('dns', (function f () {

// precache the obvious ones
exports.put('127.0.0.1', false, null)
exports.put('::1', false, null)
exports.put('localhost', false, null)

0 comments on commit 72fc46c

Please sign in to comment.