@cryptotaxi247 / kubo / commits / e82e5cd87

fix typo

Harlan T Wood committed Jun 6, 2015 at 13:42 UTC e82e5cd87ee3a97bb1bd99acb498695893298ffd
1 file changed +1 -1
cmd/ipfs/daemon.go
+1 -1
@@ -60,7 +60,7 @@ in the network, use 0.0.0.0 as the ip address:
60
61 ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
62
63 -Be careful if you expose the API. It is a security risk, as anyone could use control
63 +Be careful if you expose the API. It is a security risk, as anyone could control
64 your node remotely. If you need to control the node remotely, make sure to protect
65 the port as you would other services or database (firewall, authenticated proxy, etc).`,
66 },