summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-05 16:46:42 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-05 16:46:42 -0800
commit7603d8cee86bb60db631a9273807af4e99fde3b9 (patch)
tree198f1129a3e59073c78976b1e00f77d5adc36ad9 /tests
parent869eff49bc3d04913228c5e7eec137b0b0cee291 (diff)
parentd9abc28fe3f0008a9686fc619412e4f58cc4d8ae (diff)
downloadinfinitytier-7603d8cee86bb60db631a9273807af4e99fde3b9.tar.gz
infinitytier-7603d8cee86bb60db631a9273807af4e99fde3b9.zip
Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge
Diffstat (limited to 'tests')
-rw-r--r--tests/http/agent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js
index eafe265d..4c0eea91 100644
--- a/tests/http/agent.js
+++ b/tests/http/agent.js
@@ -10,7 +10,7 @@ var TEST_INTERVAL_MAX = (60000 * 10);
var TEST_TIMEOUT = 60000;
// Where should I get other agents' IDs and POST results?
-var SERVER_HOST = '174.136.102.178';
+var SERVER_HOST = '52.23.172.206';
var SERVER_PORT = 18080;
// Which port do agents use to serve up test data to each other?