From cc6b8641c2085d4403f76476f16399c89a803096 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Wed, 12 Apr 2017 01:32:45 +0200 Subject: [PATCH] Updated documentation --- README.aminet | 42 ++++++++++++++++++++++++++++++++++++++++++ README.cares | 6 ++++++ 2 files changed, 48 insertions(+) create mode 100644 README.aminet diff --git a/README.aminet b/README.aminet new file mode 100644 index 0000000..2f66d7f --- /dev/null +++ b/README.aminet @@ -0,0 +1,42 @@ +Short: Command line DNS tools +Author: Daniel Stenberg, Greg Hudson and others +Uploader: Carsten Larsen (carsten larsen mail com) +Type: comm/tcp +Version: 1.12.0 +Architecture: m68k-amigaos +URL: http://c-ares.haxx.se/ + + +ABOUT + + Utilities from the c-ares asynchronous resolver library. + +DESCRIPTION + + c-ares is an asynchronous resolver library. It is intended for + applications which need to perform DNS queries without blocking, + or need to perform multiple DNS queries in parallel. + +USAGE + + Look up the DNS A or AAAA record associated with HOST (a hostname or an + IP address). + + Send queries to DNS servers about NAME and print received information, + where NAME is a valid DNS name (e.g. www.example.com, 1.2.3.10.in- + addr.arpa). + + Print the country where HOST (an IPv4 address or hostname) is located. + + The full source code is available in the 'c-ares' release archives, and + in a git repository: http://github.com/c-ares/c-ares + +BUGS + + If you find bugs, correct flaws, have questions or have comments in general + in regard to c-ares (or by all means the original ares too), get in touch + with us on the c-ares mailing list. + + c-ares is of course distributed under the same MIT-style license as the + original ares. + diff --git a/README.cares b/README.cares index 4dee46e..5b2bfb8 100644 --- a/README.cares +++ b/README.cares @@ -13,3 +13,9 @@ The original libares was distributed at ftp://athena-dist.mit.edu:pub/ATHENA/ares (which seems to not be alive anymore). A local copy of the original ares package is kept here: https://c-ares.haxx.se/download/ares-1.1.1.tar.gz + +AmigaOS versions are distributed at: +http://aminet.net/package/comm/tcp/c-ares + +and +http://aminet.net/package/dev/gcc/c-ares-src