From ced35805812b74d2ed68f27e65732461e2b8c6be Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sat, 20 Feb 2021 11:46:08 +0100 Subject: [PATCH] docs: fix DNSLink gw recipe Unfortunate typo due to additional negation. --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index bf244ecf2..280a4395f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -730,7 +730,7 @@ Below is a list of the most common public gateway setups. * Public [DNSLink](https://dnslink.io/) gateway resolving every hostname passed in `Host` header. ```console - $ ipfs config --json Gateway.NoDNSLink true + $ ipfs config --json Gateway.NoDNSLink false ``` * Note that `NoDNSLink: false` is the default (it works out of the box unless set to `true` manually)