Merge pull request #7932 from ipfs/docs/dnslink-gw-recipe-fix

docs: fix DNSLink gw recipe
This commit is contained in:
Adin Schmahmann 2021-02-20 19:08:50 -05:00 committed by GitHub
commit ac82ca5ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)