Skip to content

Commit 8807be3

Browse files
Eslam-Nawaraashraffouda
authored andcommitted
update urls in internet module check
1 parent 4d11e9f commit 8807be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmds/internet/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func check() error {
9595

9696
// we only care about possibility of establishing a connection
9797
// so just establishing a connection then close it is good enough
98-
for _, address := range []string{"bootstrap.grid.tf:http", "hub.grid.tf:http"} {
98+
for _, address := range []string{"bootstrap.threefold.me:http", "hub.threefold.me:http"} {
9999
log.Info().Str("trying out address", address).Msg("testing internet connection.")
100100
con, err := net.Dial("tcp", address)
101101
if err != nil {

0 commit comments

Comments
 (0)