From 5075c7e6d2b0c21283bf0b257702fb5a6f1a0d19 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 24 Mar 2023 15:59:20 -0400 Subject: [PATCH] updte doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 089575e..d4f5db4 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,13 @@ what region and account it's in, and additional optional details. The following resource record types are available: -* [Alias record CNAME](cname) +* IPv4 [A](a) +* IPv6 [AAAA](aaaa) +* Alias [CNAME](cname) +* [Host (IPv4 or IPv6)](host) + +For the A, AAAA and HOST submodules, they also create the corresponding PTR records in the respective zones. + +AN A, AAAA and HOST can accept multiple IP addresses in the values and it will add them all to the records +appropriately, as well as create the respective PTRs.