AXFR / IXFR (Transfer Zona)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/axfr/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/axfr/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/axfr/)
Use the native HTML custom element.
AXFR (Transfer Zona Autoritatif, RFC 5936) adalah protokol untuk mentransfer salinan lengkap [[zone-file|zona DNS]] dari [[nameserver|nameserver]] primer ke nameserver sekunder. IXFR (Transfer Zona Inkremental, RFC 1995) hanya mentransfer perubahan sejak sinkronisasi terakhir, sehingga menghemat bandwidth. Transfer zona harus diamankan dengan [[tsig|TSIG]] atau daftar izin IP, karena AXFR yang terbuka mengekspos seluruh inventaris catatan DNS kepada siapa saja yang meminta — kerentanan pengungkapan informasi yang umum terjadi.
Contoh
Running `dig AXFR example.com @ns1.example.com` requests a full zone transfer — if the server is misconfigured, it returns every DNS record in the zone, exposing infrastructure details.