Git Product home page Git Product logo

Comments (4)

ogham avatar ogham commented on August 22, 2024

My inkling is that it's finding an IPv6 nameserver address, but is treating it like a host:port value, complaining that the port isn't formatted correctly. (I didn't test the IPV6-and-Windows combination of things)

Could you please check whether passing in an IPv4 nameserver explicitly, such as dog --color=never example.net @8.8.8.8, makes the problem go away?

from dog.

 avatar commented on August 22, 2024

@ogham yup, that one works

from dog.

keltia avatar keltia commented on August 22, 2024

Hello, I just compiled/installed 0.2.0-pre with the PR #62 merged and it still does not work.

BTW the workaround with specifying @8.8.8.8 does not seem to work either:

PS C:\Users\roberto\Src\rs\dog> dog --query example.net @8.8.8.8
ParserError:
Line |
   1 |  dog --query example.net @8.8.8.8
     |                             ~
     | Missing property name after reference operator.

from dog.

chk1 avatar chk1 commented on August 22, 2024
 | Missing property name after reference operator.

This error occurs because you are using @ in Powershell, it has a special meaning. That syntax works if you surround the nameserver argument with quotes:

dog --query example.net "@8.8.8.8"

But I can also confirm that compiling from the current master doesn't solve the issue on my system, I do have an IPv6 DNS configured (within my local network), running Windows 10.

from dog.

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.