summaryrefslogtreecommitdiff
path: root/contrib/python/docs/source/examples/example4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/docs/source/examples/example4.rst')
-rw-r--r--contrib/python/docs/source/examples/example4.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/python/docs/source/examples/example4.rst b/contrib/python/docs/source/examples/example4.rst
new file mode 100644
index 0000000..2f41f76
--- /dev/null
+++ b/contrib/python/docs/source/examples/example4.rst
@@ -0,0 +1,7 @@
+AXFR client with IDN support
+===============================
+
+This example shows how to get AXFR working and how to get involved Internationalized Domain Names (IDN)
+
+.. literalinclude:: ../../../examples/ldns-axfr.py
+ :language: python