xref: /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/example6.rst (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
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