Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| systemd-resolve-daemon [2026-04-16T15:41:47Z] – 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: | ||