Skip to content

Commit a0a2980

Browse files
authored
Merge pull request #1629 from ipfs/biglep/address-ipfs-on-web
Updated address-ipfs-on-web to callout Kubo
2 parents 213a564 + 04dc256 commit a0a2980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/how-to/address-ipfs-on-web.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ https://bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq.ipfs.localho
129129

130130
[Kubo](https://dist.ipfs.tech/#kubo) provides native support for subdomain gateways on hostnames defined in the [`Gateway.PublicGateways`](https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewaypublicgateways) configuration map.
131131

132-
Learn more about daemon configuration for hosting a public gateway:
132+
Learn more about Kubo configuration for hosting a public gateway:
133133

134134
- [`Gateway.PublicGateways` docs](https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewaypublicgateways) for defining gateway behavior on specified hostnames
135135
- [`Gateway` recipes](https://github.com/ipfs/kubo/blob/master/docs/config.md#gateway-recipes) with ready to use one-liners for most common use cases
@@ -190,7 +190,7 @@ k2k4r8jl0yz8qjgqbmc2cdu5hkqek5rj6flgnlkyywynci20j0iuyfuj
190190

191191
## DNSLink gateway
192192

193-
The gateway provided by the IPFS daemon understands the `Host` header present in HTTP requests and will check if [DNSLink](../concepts/dnslink.md) exists for a specified [domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name).
193+
The gateway provided by Kubo understands the `Host` header present in HTTP requests and will check if [DNSLink](../concepts/dnslink.md) exists for a specified [domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name).
194194
If DNSLink is present, the gateway will return content from a path resolved via DNS TXT record.
195195
This type of gateway provides full [origin isolation](https://en.wikipedia.org/wiki/Same-origin_policy).
196196

@@ -262,7 +262,7 @@ Discussions around IPFS addressing have been going on since [@jbenet](https://gi
262262

263263
[IPFS Companion](https://github.com/ipfs/ipfs-companion#readme) is a browser extension that simplifies access to IPFS resources.
264264

265-
It provides support for native URLs and will automatically redirect IPFS gateway requests to your local daemon so that you are not relying on or trusting remote gateways.
265+
It provides support for native URLs and will automatically redirect IPFS gateway requests to your local Kubo daemon so that you are not relying on or trusting remote gateways.
266266

267267
### Shared d-web namespace
268268

0 commit comments

Comments
 (0)