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