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