Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Add the ipv6 address of the first bootstrap node,
Browse files Browse the repository at this point in the history
Lowers the priority of #50
  • Loading branch information
robvanmieghem committed Jun 6, 2017
1 parent 46dfa49 commit bcc8454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var (
case "standard":
return []NetAddress{
"136.243.144.132:23112",
"[2a01:4f8:171:1303::2]:23112",
"bootstrap2.rivine.io:23112",
"bootstrap3.rivine.io:23112",
}
Expand Down

0 comments on commit bcc8454

Please sign in to comment.