-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working if DoH Path is something other than /dns-query
#8
Comments
Does manually configuring dnscrypt-proxy using your timestamp with a custom path work? If not, there's nothing I can do here as SimpleDnsCrypt is just a proxy for that. If it does, there must be some difference in how the dnscrypt-proxy.toml looks when configuring manually/through SimpleDnsCrypt. |
I guess you mean dns stamp under the [static] section in the Wanted to do this since In my query log, I see a lot of similar I guess I'll have to mess around with the latest version of |
Any news here? |
Don't know what the reason was behind this so I switched to the non-gui / cli latest version of dnscrypt-proxy and everything seems to just work there. One-time setup and working, I can make-do without the GUI. I'll experiment with this more when I have free time. If you want, try setting up nextdns and try using it with simplednscrypt (gui) - see if that works... Nextdns is quite easy to set up (as compared to the whole setup on ubuntu server with nginx) |
Alright, thanks, I'll keep it in mind. |
I have my own VPS setup with DoH working fine.
Everything works well if I use
/dns-query
as path on my webserver.If I change the path (in DNS stamp) to something else like
/doh-query
, all the queries in query log report resolver as "-" and live 0ms. On my webserver's query log, I can see endless "NS" queries with eitherexample.com
or random strings withtest.dnscrypt
as the domain --<random_string>.test.dnscrypt
and DNS stops working on Windows.Going through long term data on pihole, I guess these queries are done to prevent malware of some sort which would reply with a malicious IP on every possible query, since these queries have been done every few days since I set the server up.
I know that the new address
/doh-query
works because I tested it with browsers (chrome and firefox's DoH feature) and I also tested it with a standalone tool "dnslookup" which can be used to test various types of DNS queries to directly query my server over DoH using the URL which were all successful (I even see successful queries in query logs).(apparently the IP of
google.com
can also give away your location as granular as which city you are in - removed IP from images)I even monitored the connections made by
dnscrypt-proxy.exe
with various tools and all connections do go to my webserver's external IPv4 - no problems there either. I properly verified the stamp and everything else already - quite sure the cause is somewhere in simplednscrypt.Live, PASS status in queries with
-
in resolver name when using/doh-query
in path:Same everything with
/dns-query
path (name shows up, cropped it):Any fixes for SimpleDNScrypt not working with a different query path?
The text was updated successfully, but these errors were encountered: