From e82e5cd87ee3a97bb1bd99acb498695893298ffd Mon Sep 17 00:00:00 2001 From: Harlan T Wood Date: Sat, 6 Jun 2015 13:42:54 -0700 Subject: [PATCH] fix typo --- cmd/ipfs/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index 2ba91e840..02e218d3e 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -60,7 +60,7 @@ in the network, use 0.0.0.0 as the ip address: ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080 -Be careful if you expose the API. It is a security risk, as anyone could use control +Be careful if you expose the API. It is a security risk, as anyone could control your node remotely. If you need to control the node remotely, make sure to protect the port as you would other services or database (firewall, authenticated proxy, etc).`, },