Skip to content

Commit 3f9a21d

Browse files
committed
WIP: wrong ip causes disconnects?
1 parent 754fbb8 commit 3f9a21d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ipfs-reconnect-westend.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ THIS_DIR=$(cd $(dirname $0); pwd)
66
mode="${1:-local}"
77
if [ "$mode" = "docker" ]; then
88
check_cmd="docker exec ipfs-node ipfs"
9-
check_host="172.17.0.1"
9+
# TODO: what is right? ipfs-reconnect uses 127.0.0.1
10+
check_host="127.0.0.1"
1011
else
1112
check_cmd="${THIS_DIR}/../kubo/ipfs"
1213
check_host="127.0.0.1"

0 commit comments

Comments
 (0)