Giter Site home page Giter Site logo

adns-example's Introduction

adns_example

  • test_ipv4.c resolves IPv4 addresses.
  • test_ipv6.c resolves IPv6 addresses.
  • test_txt.c resolves TXT Record of an address. You input a host. Then it returns you an IP or TXT record.

Steps:

  1. compile && build test_ipv6.c

    $ mv Makefile_test_ipv6 Makefile

    $ make

    $ ./test_ipv6

  2. compile && build test_ipv4.c

    $ mv Makefile Makefile_test_ipv6

    $ mv Makefile.ipv4 Makefile

    $ make

    $ ./test_ipv4

  3. compile && build test_txt.c

    $ mv Makefile Makefile.ipv6

    $ mv Makefile.txt Makefile

    $ make

    $ ./test_txt

Example:

$./test_ipv6

ipv6.google.com

ip: 2404:6800:4005:805::1012
$./test_txt

c6.changes.com.cn
domain: c6.changes.com.cn txt record is 2017061215584804o3ow7vjoembbz9slvpb91d1d0m27lyib1eshn9uvmlughk5s

www.changes.com.cn
domain: www.changes.com.cn txt record is empty

adns-example's People

Contributors

sunada avatar xiaosier avatar

Watchers

 avatar  avatar

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.