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

No support for DoT #938

Closed
ivar-it opened this issue Sep 21, 2019 · 2 comments
Closed

No support for DoT #938

ivar-it opened this issue Sep 21, 2019 · 2 comments

Comments

@ivar-it
Copy link

ivar-it commented Sep 21, 2019

Hello,

I have setup a own DoT server and trying to use DNScrypt to connect to it.

I have made a stamp for that

openssl asn1parse -in /etc/letsencrypt/live/pihole.haxx.info/chain.pem -out /dev/stdout -noout -strparse 4 | openssl dgst -sha256
(stdin)= 3e1a1a0f6c53f3e97a492d57084b5b9807059ee057ab1505876fd83fda3db838

python3 dnsstamp.py dot -a 185.35.200.250 -n pihole.haxx.info -t 3e1a1a0f6c53f3e97a492d57084b5b9807059ee057ab1505876fd83fda3db838

DoT DNS stamp

DNSSEC: no
No logs: no
No filter: no
IP Address: 185.35.200.250
Hostname: pihole.haxx.info
Hashes: ['3e1a1a0f6c53f3e97a492d57084b5b9807059ee057ab1505876fd83fda3db838']
Bootstrap IPs: []

sdns://AwAAAAAAAAAADjE4NS4zNS4yMDAuMjUwID4aGg9sU_PpekktVwhLW5gHBZ7gV6sVBYdv2D_aPbg4EHBpaG9sZS5oYXh4LmluZm8

But when adding the stamp to the .toml config and trying to start i get this error.

PS C:\Users\mrper\Desktop\win64> .\dnscrypt-proxy.exe [2019-09-21 18:10:47] [NOTICE] dnscrypt-proxy 2.0.27 [2019-09-21 18:10:47] [NOTICE] Network connectivity detected [2019-09-21 18:10:47] [NOTICE] Source [public-resolvers.md] loaded [2019-09-21 18:10:47] [FATAL] Stamp error for the static [pihole] definition: **[Unsupported stamp version or protocol]**

Why is this not working? :|

@ivar-it ivar-it changed the title No support for DoH No support for DoT Sep 21, 2019
@jedisct1
Copy link
Member

I was about to respond, but since the title was changed, looks like you figured it out by yourself :)

DoT is not supported, you need to upgrade to DNSCrypt or DoH.

@uBlock-user
Copy link

You can use https://github.com/AdguardTeam/dnsproxy if you want DoT specifically.

@DNSCrypt DNSCrypt locked and limited conversation to collaborators Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants