go-ipfs-config: fix(routingd) update port and servers
Brian Tiger Chow committed
Feb 6, 2015 at 10:44 UTC
b4bc6482c89a560d3d39897502290f5b40ea6d09
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/ipfs/QmaWJw5mcWkCThPtC7hVq28e3WbwLHnWF8HbMNJrRDybE4",
13
- "/ip4/128.199.72.111/tcp/4001/ipfs/Qmd2cSiZUt7vhiuTmqBB7XWbkuFR8KMLiEuQssjyNXyaZT",
12
+ "/ip4/107.170.212.195/tcp/4001/ipfs/QmVy5xh7sYKyQxHG4ZatHj9cCu1H5PR1LySKeTfLdJxp1b",
13
+ "/ip4/107.170.215.87/tcp/4001/ipfs/QmZDYP9GBjkAmZrS5usSzPnLf41haq6jJhJDmWgnSM4zvW",
14
}
15
16
func initGCR() (*GCR, error) {