Skip to content

Commit b566a38

Browse files
committed
Merge branch 'master' into gruntfile-rules
2 parents 2ce3b2f + ec7b345 commit b566a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nat/probe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import logging = require('../logging/logging');
88
// We keep this running on Amazon EC2 and the source
99
// may be found here:
1010
// https://github.com/uProxy/uproxy-probe/blob/master/python-src/probe-server.py
11-
var TEST_SERVER = '54.68.73.184';
11+
var TEST_SERVER = '52.34.126.245';
1212
var TEST_PORT = 6666;
1313

1414
var log :logging.Log = new logging.Log('probe');

0 commit comments

Comments
 (0)