Skip to content

Commit ac82ca5

Browse files
authored
Merge pull request ipfs#7932 from ipfs/docs/dnslink-gw-recipe-fix
docs: fix DNSLink gw recipe
2 parents 1722eee + ced3580 commit ac82ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ Below is a list of the most common public gateway setups.
730730

731731
* Public [DNSLink](https://dnslink.io/) gateway resolving every hostname passed in `Host` header.
732732
```console
733-
$ ipfs config --json Gateway.NoDNSLink true
733+
$ ipfs config --json Gateway.NoDNSLink false
734734
```
735735
* Note that `NoDNSLink: false` is the default (it works out of the box unless set to `true` manually)
736736

0 commit comments

Comments
 (0)