mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 12:09:07 +00:00
Add additional bootstrap addresses for improved connectivity
This commit is contained in:
parent
0cabfd6381
commit
115b64d8d2
@ -92,6 +92,8 @@ func setDefaultBootstrapConfig() {
|
||||
}
|
||||
BootstrapAddresses = []string{
|
||||
"/ip4/127.0.0.1/tcp/4001/p2p/12D3KooWN3AQHuxAzXfu98tiFYw7W3N2SyDwdxDRANXJp3ktVf8j",
|
||||
"/ip4/57.129.81.31/tcp/4001/p2p/12D3KooWRWNtJQdi8sC7xagSHPSqVZEpJfYwipvWYwB1rNnztJHZ",
|
||||
"/ip4/38.242.250.186/tcp/4001/p2p/12D3KooWGbdnA22bN24X2gyY1o9jozwTBq9wbfvwtJ7G4XQ9JgFm",
|
||||
}
|
||||
BootstrapPort = 4001
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user