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) هو البروتوكول المستخدم لنقل نسخة كاملة من [[zone-file|منطقة DNS]] من [[nameserver|خادم الأسماء]] الرئيسي إلى الخادم الثانوي. يقوم 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.