Git Product home page Git Product logo

bindns's People

Contributors

4z3 avatar fidian avatar michaelgruenewald avatar ssbanerje avatar sstephenson avatar stefounet avatar zbjornson avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

bindns's Issues

Memory leak if there's no reply?

If a response is never received, does that mean that the event listener stays around forever? Is there any kind of timeout mechanism supported?

Thanks for this. Looks like a great library.

Access client subnet in question

Using example query in dig 9.1+

dig @localhost -p 5300 example.com +subnet=208.67.222.0/24

Wondering if there is a way to do this without passing the datagram into something like dns-packet

Very cool and thanks!

client request returns null

Hi.

I did an npm update on this package and suddenly the call c_req = client.request() returns null. I re-tested by reverting back to the previous bindns code base without changing my server.js and it works again. NPM update and again response is null. Please let me know if you need any more details.

Thank you very much.

Nils

TypeError: Cannot read property 'charCodeAt' of undefined

I haven't figured out for which requests this happens but in ns_name.js

digits[c / 100].charCodeAt(0)
digits[c % 100 / 10].charCodeAt(0)

will result in error if c takes certain values e.g. 195 as c / 195 = 1.95 -> digits[1.95] is undefined and c % 100 / 10 = 9.5 > digits[9.5] is undefined

Thanks, Nils

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.