Skip to content

Commit fa625a9

Browse files
author
phnz
committed
Test with options
1 parent ee9c26d commit fa625a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ Tracker.prototype._requestUdp = function(requestUrl, opts) {
302302

303303
var options = {
304304
proxy: {
305-
ipaddress: "localhost",
306-
port: 1080,
305+
ipaddress: self._opts.proxy.host,
306+
port: self._opts.proxy.port,
307307
type: 5,
308308
command: "associate" // Since we are using associate, we must specify it here.
309309
},

0 commit comments

Comments
 (0)