CHANGELOG: NoFetch doesn't _only_ serve pinned content
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Feb 18, 2019 at 13:23 UTC
eb33949135113fccb044e2117efda3a7b716a91d
1 file changed
+2
-2
CHANGELOG.md
+2
-2
@@ -34,8 +34,8 @@ For example:
34
35
On to the gateway, there's a new `Gateway.NoFetch` option to configure the
36
gateway to only serve locally present files. This makes it possible to run an
37
-IPFS node as a gateway to serve content of _your_ choosing (i.e., stuff you've
38
-pinned locally) but no other content.
37
+IPFS node as a gateway to serve content of _your_ choosing without acting like a
38
+public proxy.
39
40
#### Adding And Pinning Content
41