Skip to content

Commit

Permalink
updte doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 24, 2023
1 parent 2b2edd2 commit 5075c7e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5075c7e

Please sign in to comment.