Giter VIP home page Giter VIP logo

dnscrypt-win-client's People

Contributors

gttownsend avatar jason-opendns avatar jsswift avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dnscrypt-win-client's Issues

DNSCrypt windows GUI keeps dropping out over TCP/443

Hi there,
I am hoping someone can help me with DNSCrypt Windows GUI.... I have been using DNSCrypt v0.0.6 over TCP/443 for many months without a problem, and strangely now it keeps connecting and then disconnecting (i.e. going from protected to unprotected). Things you should know:

  • Running W7P 64
  • No changes have been made to the router or software firewall
  • Tried disabling Norton IS 2014 FW
  • Rebooted the router
  • Disabled the firewall on the router
  • Rebooted PC
  • Uninstalled DNSCrypt and removed all config then reinstalled
  • Strangely I have no problem if I connect via VPN

From the log file attached you will see the "SendTcpNetworkPacket EXCEPTION" which I believe is the culprit... That being said I have no idea why I am getting the error or how to fix it. Please help!!!

log

Many thanks
Matt

Can't build in Windows 10, VS Community 2017

It's looking for a log4net reference that doesn't exist and for Code\bin\Release\Core.dll. Since this project doesn't have a Readme.md, I don't really know what I need to do to build it other than clicking Build in VS and praying for the best.

Can't find DNS issue

Sometimes after start DNSCrypt in Windows 7, Preferred, Alternate DNS server are set empty.
So I can not browse.
After setting it manually (127.0.0.1), it turn to be empty.

DNSCrypt fails (red icon / Unprotected) several times per day

Hello,

Thank you for DNSCrypt.

I have noticed over the years that there never seems to be any update, is this usual?

Also, DNSCrypt fails (red icon) several times per day on my computer which is running Windows 8.1 x64.

I have tried running DNSCrypt with and without TCP / 443 enabled and that does not seem to make any difference.

I also have used it with free and paid VPN services and DNSCrypt still fails with them as well.

Sometime the green icon turns red for a few seconds and sometimes for a minute and a half or more, when this happens is my internet traffic trackable, even though my VPN which uses openvpn is still working? Is there any way to automatically suspend all internet traffic when DNSCrypt fails (red) and reconnect when it is green again?

Thanks again,

NS

UAC Prompt on Windows 7 login

I believe the UAC prompt on Windows 7 login should be addressed in a near future update. While I respect this can be bypassed with running Dnscrpyt as a Windows Service, this is hard and more technical way of going about it. This is why I believe the developers should address this issue in a future update.

Can't start the OpenDNSCryptService service

Hello! Need some help with running the service.

I've build the solution in VisualStudio 2015(Update3) under x64 windows 10.
In debug mode all three projects(script/interface/code) will compile. But no luck with starting the service.
In release mode I checked only the service to build in (build -> configuration manager) because two other projects would cause errors like:

Severity Code Description Project File Line Suppression State Error The command "if Release == Release CALL signtool sign /t http://timestamp.comodoca.com/authenticode /n "OpenDNS" /d "OpenDNS DNSCrypt" "C:\Users\USER\Downloads\dnscrypt-win-client-master\Interface\obj\x64\Release\OpenDNSInterface.exe" " exited with code 1. OpenDNSInterface

so I checked only the service project to compile and the output would say that it compiled successfully:

1>------ Skipped Rebuild All: Project: Code, Configuration: Release x64 ------ 1>Project not selected to build for this solution configuration 2>------ Skipped Rebuild All: Project: OpenDNSInterface, Configuration: Release x64 ------ 2>Project not selected to build for this solution configuration 3>------ Rebuild All started: Project: OpenDNSCryptService, Configuration: Release x64 ------ 3> **OpenDNSCryptService** -> C:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.exe ========== Rebuild All: **1 succeeded**, 0 failed, 2 skipped ==========

then in command prompt under Administrator I cd to:

c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release

and run:

installutil OpenDNSCryptService.exe

the installation log says that everything is okay as far as I understand:

Installing assembly 'c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.exe'. Affected parameters are: logtoconsole = assemblypath = c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.exe logfile = c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.InstallLog Installing service DNSCrypt... Service DNSCrypt has been successfully installed. Creating EventLog source DNSCrypt in log Application... Committing assembly 'c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.exe'. Affected parameters are: logtoconsole = assemblypath = c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.exe logfile = c:\Users\USER\Downloads\dnscrypt-win-client-master\Service\bin\x64\Release\OpenDNSCryptService.InstallLog

Now I go to windows services and see that the service is installed but status is "stopped"
If I start it - it says

"Windows could not start the OpenDNSCrypt service on Local Computer - Error 5: Access is denied"

Then I go to properties of the service -> "Log On" tab and check the "Local System Account" radiobutton. Apply.
Start again the service and I see another error:
"The OpenDnsCrypt service on Local Computer started and then stopped. Some services stop automatically if they are not in use by another services or programs."

What am I doing wrong?

P.S: also I needed to install "log4net" package via NuGet as it had errors referring to lack of this package.
P.S_2: dnscrypt-proxy.exe from the *dnscrypt-win-client-master\Interface\bin\Debug* runs okay. But I still would prefer to run your program as service.

Any ideas ?

No new updates?

The executable version 0.6 has become very obsolete & exploitable? It is vulnerable to multiple malcode injection. something new for us who are followers?

Ancient dnscrypt proxy

Official windows GUI still using old beta version of proxy, while stable has been released quite a while ago. Please update to latest version: 1.3.0

OpenDNSCrypt has encountered an error and will now close

win7 64bits

I have been using DNSCrypt v0.0.6 for many months without a problem,but now it could not work,and pop up a window:OpenDNSCrypt has encountered an error and will now close.if I click the button,it will be closed.

please tell me how to repair it.

Please do not return IPV6 address when ipv6 not available.

Hi,

On Nov 29, 2012, at 5:16 PM, [email protected] wrote:
in our country, there is no ipv6, so please do not let dns crypt return ipv6 address, it is no use, and waste time .

DNSCrypt ships with a plugin specifically designed to do address this situation.

It blocks IPv6 questions, and directly replies to client applications instead of having to send something to a remove resolver, and having to wait for a reply.

And it indeed makes everything faster. The plugin is called libdcplugin_example_ldns_aaaa_blocking, and it's installed by default with DNSCrypt.

Unfortunately, the OpenDNS user interface for Windows ships with a beta version of DNSCrypt that didn't support plugins.
Support for plugins was introduced in DNSCrypt 1.1.0

Future versions of the OpenDNS user interface may support this.

The best way to express your interest in having this feature implemented is to open a ticket on the project page, so that its developers can keep track of it: https://github.com/opendns/dnscrypt-win-client

Thanks,

   -Frank.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.