Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Use new getRandomHost in node.js as well, fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Feb 12, 2015
1 parent 9e81325 commit 2f4e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/lib/geierlein/transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ else if(typeof(module) !== 'undefined' && module.exports) {

module.exports = function(encData, callback) {
var http = require('http');
var ipaddr = getRandomIpAddress();
var ipaddr = getRandomHost();
var post_options = {
host: ipaddr,
port: '80',
Expand Down

0 comments on commit 2f4e895

Please sign in to comment.