Difference between revisions of "IPv6: Reverse DNS"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " {| border="1" cellpadding=2 style="border-collapse: collapse" ! Record Type ! Description ! Format |- | AAAA | Maps a hostname to an IPv6 address. (Equivalent to an A record...") |
Onnowpurbo (talk | contribs) |
||
| Line 13: | Line 13: | ||
| 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.8.1.c.0.y.y.y.y.e.f.f.3.ip6.int PTR www.abc.test | | 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.8.1.c.0.y.y.y.y.e.f.f.3.ip6.int PTR www.abc.test | ||
|} | |} | ||
| + | |||
| + | |||
| + | Menggunakan tool untuk meng-"hitung" reverse DNS (rDNS) | ||
| + | |||
| + | * http://rdns6.com/zone | ||
| + | * http://rdns6.com/hostRecord | ||
Revision as of 12:40, 20 February 2019
| Record Type | Description | Format |
|---|---|---|
| AAAA | Maps a hostname to an IPv6 address. (Equivalent to an A record in IPv4.) | www.abc.test AAAA 3FFE:YYYY:C18:1::2 |
| PTR | Maps an IPv6 address to a hostname. (Equivalent to a pointer record [PTR] in IPv4.) | 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.8.1.c.0.y.y.y.y.e.f.f.3.ip6.int PTR www.abc.test |
Menggunakan tool untuk meng-"hitung" reverse DNS (rDNS)