Skip to content

Commit

Permalink
Update the address of the NAT probe server
Browse files Browse the repository at this point in the history
IP address is now an EC2 elastic IP so we should be able to move it even
if we have to shut down the server.
  • Loading branch information
jpevarnek committed Jan 5, 2016
1 parent 837cceb commit eff5a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nat/probe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import logging = require('../logging/logging');
// We keep this running on Amazon EC2 and the source
// may be found here:
// https://github.com/uProxy/uproxy-probe/blob/master/python-src/probe-server.py
var TEST_SERVER = '54.68.73.184';
var TEST_SERVER = '52.34.126.245';
var TEST_PORT = 6666;

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

0 comments on commit eff5a06

Please sign in to comment.