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