Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNSSEC support? #17

Open
solracsf opened this issue Oct 12, 2022 · 0 comments
Open

DNSSEC support? #17

solracsf opened this issue Oct 12, 2022 · 0 comments

Comments

@solracsf
Copy link

stream {
    upstream dot {
        zone dot 64k;
        server 1.1.1.1:853;
    }

    server {
        listen 853;
        proxy_ssl on;
        proxy_pass dot;
    }
}
# delv @127.0.0.1 -p 853 +tcp cloudflare.com
;; connection refused resolving 'cloudflare.com/DNSKEY/IN': 127.0.0.1#853
;; broken trust chain resolving 'cloudflare.com/A/IN': 127.0.0.1#853
;; resolution failed: broken trust chain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant