Skip to content

Commit a0cb44b

Browse files
authored
ipip-383: final editorials
1 parent 580a874 commit a0cb44b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/compact-denylist-format.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following example showcases the features and [syntax](#file-syntax) of a com
107107

108108
```yaml
109109
version: 1
110-
name: IPFSCorp blocking list
110+
name: Example IPFSCorp blocking list
111111
description: A collection of bad things we have found in the universe
112112
113113
hints:
@@ -129,10 +129,10 @@ hints:
129129
!/ipfs/QmUboz9UsQBDeS6Tug1U8jgoFkgYxyYood9NDyVURAY9pK/blocked/not
130130
!/ipfs/QmUboz9UsQBDeS6Tug1U8jgoFkgYxyYood9NDyVURAY9pK/blocked/exceptions*
131131

132-
# Block IPNS domain name
132+
# Block DNSLink domain name
133133
/ipns/domain.example
134134

135-
# Block IPNS domain name and path
135+
# Block DNSLink domain name and path
136136
/ipns/domain2.example/path
137137

138138
# Block IPNS key - blocks wrapped multihash.
@@ -521,7 +521,9 @@ In particular, a reference [Blocker implementation validator](https://github.com
521521

522522
### Implementations
523523

524-
- [NOpfs](https://github.com/ipfs-shipyard/nopfs): An implementation of IPIP-383 which add supports for content blocking to the go-ipfs stack and particularly to [Kubo](https://github.com/ipfs/kubo).
524+
- [NOpfs](https://github.com/ipfs-shipyard/nopfs): A reference library implementation of IPIP-383 which add supports for content blocking to the go-ipfs stack.
525+
- [Kubo](https://github.com/ipfs/kubo): IPFS implementation, ships with built-in NOpfs implementation ([docs](https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md))
526+
- [Rainbow](https://github.com/ipfs/rainbow/): A standalone IPFS Gateway implementation, ships with built-in NOpfs implementation
525527

526528
## Copyright
527529

0 commit comments

Comments
 (0)