We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3e08b commit b105a6cCopy full SHA for b105a6c
README.md
@@ -13,6 +13,10 @@ This is the [trust-dns](https://github.com/bluejekyll/trust-dns#readme) Docker i
13
- `dnssec-ring`
14
- `dnssec`
15
- `mdns`
16
+- `resolver`
17
+- `sqlite`
18
+- `backtrace`
19
+- `dns-over-https` (disabled due to https://github.com/bluejekyll/trust-dns/issues/1648)
20
21
## Example use in docker-compose
22
@@ -34,6 +38,8 @@ services:
34
38
35
39
#### Build a pull-request or your work
36
40
41
+You can add the argument `FEATURES=` to define the list of enabled features
42
+
37
43
- Edit and run
44
45
```sh
0 commit comments