Coder Social home page Coder Social logo

Comments (5)

cofyc avatar cofyc commented on June 3, 2024

try build dnscrypt-wrapper with libsodium 1.0?

from dnscrypt-wrapper.

wstrm avatar wstrm commented on June 3, 2024

Thanks for the reply but I am using version 1.0 already.

from dnscrypt-wrapper.

cofyc avatar cofyc commented on June 3, 2024

Hi, @willeponken

-a option specifies listen-address (see dnscrypt-wrapper -h), so you should start dnscrypt-wrapper with command like this to listen on 127.0.0.1:5333 (I guest 128.199.56.201:4434 is dns server on internet)

dnscrypt-wrapper -a 127.0.0.1:5333 -r 128.199.56.201:4434 --crypt-secretkey-file=secret.key --crypt-publickey-file=public.key --provider-cert-file=dnscrypt.cert --provider-name=2.dnscrypt-cert.megalicious.org -V

Then, start dnscrypt-proxy to connect to dnscrypt-wrapper with -r 127.0.0.1:5333:

dnscrypt-proxy -a 127.0.0.1:5334 -r 127.0.0.1:5333 --provider-name 2.dnscrypt-cert.megalicious.org --provider-key=8EAE:E1C1:2C9A:F21E:F3C6:A070:B54D:4161:9ACE:61CF:515D:B337:97C0:8B06:1C4D:26E5
  • with -a 127.0.0.1:5334 to bind on another port (5333 is used by dnscrypt-wrapper)
  • -r is short abbreviation of --resolver-address, they are same

Now, you can test with dig command against with dnscrypt-proxy:

dig www.google.com @127.0.0.1 -p 5334

from dnscrypt-wrapper.

cofyc avatar cofyc commented on June 3, 2024

Add a example here: https://github.com/Cofyc/dnscrypt-wrapper/tree/master/example

from dnscrypt-wrapper.

wstrm avatar wstrm commented on June 3, 2024

Perfect! Thanks.

from dnscrypt-wrapper.

Related Issues (20)

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.