Skip to content

Commit f8a8929

Browse files
committed
Adjust the feature list
1 parent a27921d commit f8a8929

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ This is the [hickory-dns](https://github.com/hickory-dns/hickory-dns#readme) Doc
99

1010
## Enabled [features](https://github.com/hickory-dns/hickory-dns/#using-as-a-dependency-and-custom-features) in the image
1111

12-
- `dns-over-h3`
13-
- `dns-over-quic`
14-
- `dns-over-rustls`
15-
- `dns-over-https-rustls`
16-
- `dnssec`
12+
- `h3-ring`
13+
- `quic-ring`
14+
- `https-ring`
1715
- `dnssec-ring`
1816
- `ascii-art`
1917
- `resolver`

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG SOURCE_SHA256
1313

1414
# https://docs.rs/crate/hickory-dns/0.25.1/features
1515
ARG DEFAULT_FEATURES="ascii-art,resolver,sqlite"
16-
ARG FEATURES="dns-over-h3,dns-over-quic,dns-over-rustls,dns-over-https-rustls,dnssec,dnssec-ring,$DEFAULT_FEATURES"
16+
ARG FEATURES="h3-ring,quic-ring,https-ring,dnssec-ring,$DEFAULT_FEATURES"
1717

1818
WORKDIR /workspace
1919
RUN \

0 commit comments

Comments
 (0)