docs: fix DNSLink gw recipe
Unfortunate typo due to additional negation.
Marcin Rataj committed
Feb 20, 2021 at 11:46 UTC
ced35805812b74d2ed68f27e65732461e2b8c6be
1 file changed
+1
-1
docs/config.md
+1
-1
@@ -730,7 +730,7 @@ Below is a list of the most common public gateway setups.
730
731
* Public [DNSLink](https://dnslink.io/) gateway resolving every hostname passed in `Host` header.
732
```console
733
- $ ipfs config --json Gateway.NoDNSLink true
733
+ $ ipfs config --json Gateway.NoDNSLink false
734
```
735
* Note that `NoDNSLink: false` is the default (it works out of the box unless set to `true` manually)
736