We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce3b2f + ec7b345 commit b566a38Copy full SHA for b566a38
src/nat/probe.ts
@@ -8,7 +8,7 @@ import logging = require('../logging/logging');
8
// We keep this running on Amazon EC2 and the source
9
// may be found here:
10
// https://github.com/uProxy/uproxy-probe/blob/master/python-src/probe-server.py
11
-var TEST_SERVER = '54.68.73.184';
+var TEST_SERVER = '52.34.126.245';
12
var TEST_PORT = 6666;
13
14
var log :logging.Log = new logging.Log('probe');
0 commit comments