From 97ed7ad101402f277d4ca21e39efabbc0f1729e3 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Thu, 29 Jun 2017 14:01:40 +0200 Subject: [PATCH] Add the new Gateway/Relay and make them act in HTTPS --- contrib/monitor/js/eddn.js | 6 ++++-- src/eddn/Gateway.py | 9 +++++++-- src/eddn/Relay.py | 8 +++++++- src/eddn/conf/Settings.py | 6 +++--- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/contrib/monitor/js/eddn.js b/contrib/monitor/js/eddn.js index 69b3676..7850c60 100644 --- a/contrib/monitor/js/eddn.js +++ b/contrib/monitor/js/eddn.js @@ -6,10 +6,12 @@ var updateInterval = 60000, relayBottlePort = 9090, gateways = [ + 'eddn.edcd.io', 'eddn-gateway.elite-markets.net' ], // Must find a way to bind them to monitor relays = [ + 'eddn.edcd.io', 'eddn-relay.elite-markets.net' ]; // Must find a way to bind them to monitor @@ -539,7 +541,7 @@ var start = function(){ gateway = gateway.replace(':8500', ''); $("select[name=gateways]").append($('