mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/bash
|
|
ipfs init
|
|
ipfs config Addresses.API /ip4/0.0.0.0/tcp/5001
|
|
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
|
|
ipfs daemon
|