Giter VIP home page Giter VIP logo

dns-resolver's People

Contributors

themifi avatar

Watchers

 avatar

dns-resolver's Issues

Check for response code

The DNS response contains the response code in the flags field.
It means the status of the operation.

The important codes:

  • NOERROR -- success
  • NXDOMAIN -- doesn't exist
  • SERVFAIL -- error happened.

Need to check for the result code in the code.

Image in README

Draw an image about the DNS resolver.
Explain visually the main purpose of the DNS resolver and what does it do.
See the similar image from Cloudflare's docs.

Support IPv6

In: "www.facebook.com"
Out: '9.115.116.97.114.45.109.105.110.105.4.99.49.48.114.192.16'

CI

Implement CI: linting, build, tests and release deployment.

Filter record type

What is the bug?

In: lookup_domain("www.metafilter.com")
Out: '192.16'

Fix description

Better reword this sentence:

It resolves IP addresses for domains.

Cloudflare mentions this as DNS translates domains to IP addresses.

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.