From 4f985bd52e19cf40c9206cc41a911dbf99555929 Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 13 Apr 2021 20:49:26 -0700 Subject: [PATCH] Add second Vancouver P2P server --- libs/commander.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libs/commander.js b/libs/commander.js index 47eeb369..7ed6d364 100644 --- a/libs/commander.js +++ b/libs/commander.js @@ -20,6 +20,21 @@ module.exports = function(s,config,lang,app){ lon: -123.1140607 } }, + "vancouver-2": { + name: 'Vancouver-2', + host: 'p2p-vancouver-2.shinobi.cloud', + p2pPort: '8084', + webPort: '8000', + maxNetworkSpeed: { + up: 400, + down: 1000, + shared: true + }, + location: { + lat: 49.284966, + lon: -123.1140607 + } + }, "toronto-1": { name: 'Toronto-1', host: 'p2p-toronto-1.shinobi.cloud',