Skip to content

Commit 9588f92

Browse files
authored
config: upgrade Vietnamese Bootstrap to new server with 8 thread CPU (#265)
* Update other.go
1 parent 848960d commit 9588f92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/other.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ func init() {
4646
"/ip4/193.124.131.112/tcp/6150/p2p/12D3KooWGRjpNYgFssihdgTDnr5rdhdh9ruMTbeT41h1fXfGmatZ",
4747
"/ip4/193.124.131.112/udp/6150/quic-v1/p2p/12D3KooWGRjpNYgFssihdgTDnr5rdhdh9ruMTbeT41h1fXfGmatZ",
4848

49-
// community relay server from pftmclub - location at Vietnam - Hosting Provided by VPSMMO.vn
50-
"/ip4/103.77.242.85/tcp/6150/p2p/12D3KooWFdFV4ZcwMhNQuQnzNCp1K1aaQAsAnr8sXJnj7vehtCFW",
51-
"/ip4/103.77.242.85/udp/6150/quic-v1/p2p/12D3KooWFdFV4ZcwMhNQuQnzNCp1K1aaQAsAnr8sXJnj7vehtCFW",
49+
// community relay server from pftmclub - location at Vietnam - Hosting Provided by VPSSIEUTOC.VN
50+
"/ip4/180.93.113.217/tcp/6150/p2p/12D3KooWNgQ5xRFxwq17MF6JkZWZWuikdWrnQQ65NNrtFfXCbwcu",
51+
"/ip4/180.93.113.217/udp/6150/quic-v1/p2p/12D3KooWNgQ5xRFxwq17MF6JkZWZWuikdWrnQQ65NNrtFfXCbwcu",
5252
} {
5353
ma, err := multiaddr.NewMultiaddr(s)
5454
if err != nil {

0 commit comments

Comments
 (0)