From 4b4356ff697ac83f3085b44500d3bd2aa6025a6d Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Thu, 12 Feb 2015 14:37:22 -0800 Subject: [PATCH] add three more supernode routers --- repo/config/supernode.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repo/config/supernode.go b/repo/config/supernode.go index dbad8c11d..6d301dc15 100644 --- a/repo/config/supernode.go +++ b/repo/config/supernode.go @@ -15,6 +15,9 @@ var DefaultGCRServers = []string{ "/ip4/104.236.151.122/tcp/4002/ipfs/QmSZwGx8Tn8tmcM4PtDJaMeUQNRhNFdBLVGPzRiNaRJtFH", "/ip4/162.243.248.213/tcp/4002/ipfs/QmbHVEEepCi7rn7VL7Exxpd2Ci9NNB6ifvqwhsrbRMgQFP", "/ip4/128.199.219.111/tcp/4002/ipfs/Qmb3brdCYmKG1ycwqCbo6LUwWxTuo3FisnJV2yir7oN92R", + "/ip4/104.236.76.40/tcp/4002/ipfs/QmdRBCV8Cz2dGhoKLkD3YjPwVFECmqADQkx5ZteF2c6Fy4", + "/ip4/178.62.158.247/tcp/4002/ipfs/QmUdiMPci7YoEUBkyFZAh2pAbjqcPr7LezyiPD2artLw3v", + "/ip4/178.62.61.185/tcp/4002/ipfs/QmVw6fGNqBixZE4bewRLT2VXX7fAHUHs8JyidDiJ1P7RUN", } func initSNRConfig() (*SupernodeClientConfig, error) {