Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| systemd-resolve-daemon [2026-04-16T15:41:36Z] – joestr1 | systemd-resolve-daemon [2026-05-10T08:34:54Z] (current) – use delegation signer (DS) instead of DNSKEY joestr1 | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| mkdir -p / | mkdir -p / | ||
| | | ||
| - | Get the DNSKEY for the " | + | Get the DS record for the DNSKEY for the " |
| - | dig DNSKEY . @127.0.0.1 +noall +answer | + | dig @195.201.99.61 . DNSKEY | dnssec-dsfromkey -2 -f - . > / |
| - | + | ||
| - | Now we have to input those key into a new file: | + | |
| - | touch / | + | Now restart |
| - | + | ||
| - | Insert | + | |
| - | After that remove the TTL (Time-To-Live) value between '' | + | systemctl restart systemd-resolved.service |
| After this, we can resolve a query with DNSSEC and DoT: | After this, we can resolve a query with DNSSEC and DoT: | ||
| Line 50: | Line 46: | ||
| 2606: | 2606: | ||
| 2606: | 2606: | ||
| + | | ||
| -- Information acquired via protocol DNS in 3.3ms. | -- Information acquired via protocol DNS in 3.3ms. | ||
| -- Data is authenticated: | -- Data is authenticated: | ||
| -- Data from: network | -- Data from: network | ||