@cryptotaxi247 / kubo / commits / 67f8655f1

go-ipfs-config: fix(config/gcr) include protocol

Brian Tiger Chow committed Feb 2, 2015 at 05:47 UTC 67f8655f18c581fc4629b084111a444a1e2c0e89
1 file changed +2 -2
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) {