xref: /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/example6.rst (revision c42dbd0ed2e61fe6eda8590caa852ccf34719964)
1.. _example_localzone:
2
3Local zone manipulation
4=======================
5
6This example program shows how to define local zone containing custom DNS
7records.
8
9Source code
10-----------
11
12.. literalinclude:: example6-1.py
13    :language: python
14