diff --git a/.github/styles/pln-ignore.txt b/.github/styles/pln-ignore.txt index dd4987cf0..18a9de4b3 100644 --- a/.github/styles/pln-ignore.txt +++ b/.github/styles/pln-ignore.txt @@ -95,6 +95,7 @@ FQDNs gasless geospatial Git +Git's GitHub Gnutella goroutine @@ -108,6 +109,7 @@ Hareesh Helia homebrew hostname +hostnames HTML HTTPS identafiability @@ -161,16 +163,19 @@ Minty Minty's Mojitos multiaddr +Multiaddrs Multiaddress multiaddresses Multibase multibase Multicodec multicodec +Multicodecs Multiformat Multiformats multiformat Multihash +Multihashes multihash multipage Nagaraj @@ -220,6 +225,7 @@ README READMEs reachability referenceable +Repo reprovider reproviding retrievability diff --git a/docs/concepts/glossary.md b/docs/concepts/glossary.md index dbc0f9be0..cab88f897 100644 --- a/docs/concepts/glossary.md +++ b/docs/concepts/glossary.md @@ -166,7 +166,7 @@ Direct Connection Upgrade through Relay (DCUtR) protocol enables [hole punching] ### Delegated routing -Delegated routing is a mechanism by which IPFS implementations can offload content routing, peer routing, and naming (IPNS) to another process/server. The most widely adopted vendor-agnostic spec for delegated routing is the [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) with [public utility instace at `delegated-ipfs.dev/routing/v1`](../concepts/public-utilities.md#delegated-routing). +Delegated routing is a mechanism by which IPFS implementations can offload content routing, peer routing, and naming (IPNS) to another process/server. The most widely adopted vendor-agnostic spec for delegated routing is the [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) with [public utility instance at `delegated-ipfs.dev/routing/v1`](../concepts/public-utilities.md#delegated-routing). Delegated routing is useful in browsers and other constrained environments where it's infeasible to be a DHT client/server. More broadly, it enables experimentation and innovation in content routing while maintaining interoperability and modularity.