diff options
Diffstat (limited to 'external/unbound/libunbound/python/doc/examples/example6.rst')
-rw-r--r-- | external/unbound/libunbound/python/doc/examples/example6.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/unbound/libunbound/python/doc/examples/example6.rst b/external/unbound/libunbound/python/doc/examples/example6.rst new file mode 100644 index 000000000..478e13909 --- /dev/null +++ b/external/unbound/libunbound/python/doc/examples/example6.rst @@ -0,0 +1,11 @@ +.. _example_localzone: + +============================== +Local zone manipulation +============================== + +This example program shows how to define local zone containing custom DNS records. + +.. literalinclude:: example6-1.py + :language: python + |