Git Product home page Git Product logo

dnscrypt-unbound's Introduction

dnscrypt-unbound

DNSCrypt with Unbound working together

#Download Unbound and DNSCrypt to install

Download Unbound and installing

http://unbound.net/

Download unbound for windows, then install it to D:\unbound

Download DNSCrypt to install

http://dnscrypt.org/

I perfered download full version for windows. And extract it from zip file then rename folder to D:\dnscrypt

create file install.reg and import it

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\dnscrypt-proxy]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):44,3a,5c,64,6e,73,63,72,79,70,74,5c,62,69,6e,5c,64,6e,73,63,\
  72,79,70,74,2d,70,72,6f,78,79,2e,65,78,65,00
"DisplayName"="dnscrypt-proxy"
"WOW64"=dword:00000001
"ObjectName"="LocalSystem"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\dnscrypt-proxy\Parameters]
"LocalAddress"="127.0.0.1:4343"

modify unbound configure file server.conf

server: 
    verbosity: 0 
    prefetch: yes
    minimal-responses: yes
    do-ip4: yes   
    do-ip6: no  
    do-udp: yes
    do-not-query-localhost: no
forward-zone:  
    name: .
    forward-addr: 127.0.0.1@4343

dnscrypt-unbound's People

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.