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

Don't work in Windows 10 21H1 #561

Open
tXambe opened this issue May 23, 2022 · 5 comments
Open

Don't work in Windows 10 21H1 #561

tXambe opened this issue May 23, 2022 · 5 comments

Comments

@tXambe
Copy link

tXambe commented May 23, 2022

Hello,

I installed SimpleDnsCrypt in Windows 10, I configured in the configuration of dns of my network card the 127.0.0.1
when configuring that IP I do not navigate the Internet.

The service is up.

A greeting and thanks

@jusdfo
Copy link

jusdfo commented May 30, 2022

You should check your logs of simplednscrypt and dnscrypt-proxy first.

@tXambe
Copy link
Author

tXambe commented Jul 1, 2022

Hello,

In the log's only I see this:

2022-07-01 08:11:50.7220 ApplicationUpdater System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: No se puede resolver el nombre remoto: 'raw.githubusercontent.com'
   en System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   en System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Net.Http.HttpClient.<GetByteArrayAsyncCore>d__30.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   en SimpleDnsCrypt.Helper.ApplicationUpdater.<DownloadRemoteUpdateFileAsync>d__2.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
   en SimpleDnsCrypt.Helper.ApplicationUpdater.<CheckForRemoteUpdateAsync>d__1.MoveNext()

The firewall is turn off

A greeting and thanks

@jusdfo
Copy link

jusdfo commented Jul 1, 2022

The key problem is the first line of your log. It seems be the problem of DNS. 99% of people come accross the same problem.
You can ensure this problem by opening the url on your browser without proxy. If you fail, it is right.
You can find a possible solution on the page here.

@tXambe
Copy link
Author

tXambe commented Jul 1, 2022

Hello,

I can navigate the Internet. but who to check that the DNS search they are encrypted?

A greeting and thanks

@jusdfo
Copy link

jusdfo commented Jul 1, 2022

You can set 127.0.0.1 as your primary dns server, 8.8
8.8 as your alternative dns server in your computer, then use command "nslookup google.com 127.0.0.1" in cmd. If it returns right result, dnscrypt-proxy works and your dns queries are encyptted.

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

2 participants