Skip to content

Commit af53f5f

Browse files
committed
Use dnssec-ring
1 parent c950bce commit af53f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is the [hickory-dns](https://github.com/hickory-dns/hickory-dns#readme) Doc
1414
- `dns-over-rustls`
1515
- `dns-over-https-rustls`
1616
- `dnssec`
17-
- `dnssec-openssl`
17+
- `dnssec-ring`
1818
- `ascii-art`
1919
- `resolver`
2020
- `sqlite`

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.0-alpha.5/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-openssl,$DEFAULT_FEATURES"
16+
ARG FEATURES="dns-over-h3,dns-over-quic,dns-over-rustls,dns-over-https-rustls,dnssec,dnssec-ring,$DEFAULT_FEATURES"
1717

1818
WORKDIR /workspace
1919
RUN \

0 commit comments

Comments
 (0)