AXFR / IXFR(ゾーン転送)
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(権威ゾーン転送、RFC 5936)は、プライマリ[[nameserver|ネームサーバー]]からセカンダリネームサーバーへ[[zone-file|DNSゾーン]]の完全なコピーを転送するプロトコルです。IXFR(増分ゾーン転送、RFC 1995)は最後の同期以降の変更分のみを転送し、帯域幅を削減します。ゾーン転送は[[tsig|TSIG]]またはIPアローリストで保護する必要があります。開いたままのAXFRは、すべてのリクエスターにDNSレコード全体を公開してしまう一般的な情報漏洩の脆弱性です。
使用例
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.