DNSSEC support
#753
-
|
I setup local-dns on 5353 port and redirected this to dnsmasq: But with DNSSEC it doesn't work: |
Beta Was this translation helpful? Give feedback.
Answered by
zonyitoo
Jan 23, 2022
Replies: 1 comment
-
|
The But still, PRs are welcome. Because the DNS library we are using, the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
q7nm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
local-dnsjust provides plain TCP and UDP DNS query API. It would be too much work to do for implementing DoT, DoH, DNSSEC and I also don't think it is worth. The DNS service that provided bylocal-dnsis just for clients that are on the same machine or in the same subnet.But still, PRs are welcome. Because the DNS library we are using, the
trust-dns, have already supports DoT, DoH, DNSSEC, which is a good start.