Giter Club home page Giter Club logo

Comments (4)

pengelana avatar pengelana commented on May 27, 2024

try to add --listen-address and --local-bind-address, the default for v4:

const LISTEN_ADDRESS: &str = "127.0.0.1:3000";
const LOCAL_BIND_ADDRESS: &str = "0.0.0.0:0";

doh-proxy --listen-address [::1]:3000 --server-address [2001:4860:4860:0:0:0:0:8888]:53 --local-bind-address [::]:0

from doh-server.

pengelana avatar pengelana commented on May 27, 2024
  • without local-bind-address:

# ./doh-proxy -u [2001:4860:4860:0:0:0:0:8888]:53

# ./doh google.com http://localhost:3000/dns-query
Probe for A got response: 500
Probe for AAAA got response: 500
  • with local-bind-address [::]:0

# ./doh-proxy -u [2001:4860:4860:0:0:0:0:8888]:53 -b [::]:0

# ./doh google.com http://localhost:3000/dns-query
google.com from http://localhost:3000/dns-query
TTL: 70 seconds
A: 74.125.68.101
A: 74.125.68.102
A: 74.125.68.139
A: 74.125.68.100
A: 74.125.68.113
A: 74.125.68.138

from doh-server.

Dieff avatar Dieff commented on May 27, 2024

That is my issue. Thanks.

I think the only change to make here would be #11 so it would have been easier to figure out what went wrong.

from doh-server.

pengelana avatar pengelana commented on May 27, 2024

#37

from doh-server.

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.