use http because i don't have a cert
This commit is contained in:
parent
e244171cd9
commit
7bbf9f2baf
@ -67,7 +67,7 @@ fetch_gateway() {
|
|||||||
local dest="$1"
|
local dest="$1"
|
||||||
local cid="$2"
|
local cid="$2"
|
||||||
|
|
||||||
local url="https://198.211.99.118/ipfs/$cid"
|
local url="http://198.211.99.118/ipfs/$cid"
|
||||||
|
|
||||||
download "$url" "$dest"
|
download "$url" "$dest"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user