@cryptotaxi247 / kubo / commits / e74b1de15

fix(config/gcr) include protocol

Brian Tiger Chow committed Feb 2, 2015 at 05:47 UTC e74b1de155857fb47261d936919fccae1b93b02d
1 file changed +2 -2
repo/config/gcr_servers.go
+2 -2
@@ -9,8 +9,8 @@ type GCR struct {
9 }
10
11 var DefaultGCRServers = []string{
12 - "/ip4/104.236.70.34/tcp/4001/QmaWJw5mcWkCThPtC7hVq28e3WbwLHnWF8HbMNJrRDybE4",
13 - "/ip4/128.199.72.111/tcp/4001/Qmd2cSiZUt7vhiuTmqBB7XWbkuFR8KMLiEuQssjyNXyaZT",
12 + "/ip4/104.236.70.34/tcp/4001/ipfs/QmaWJw5mcWkCThPtC7hVq28e3WbwLHnWF8HbMNJrRDybE4",
13 + "/ip4/128.199.72.111/tcp/4001/ipfs/Qmd2cSiZUt7vhiuTmqBB7XWbkuFR8KMLiEuQssjyNXyaZT",
14 }
15
16 func initGCR() (*GCR, error) {