1 from nsconfig import Nsc
4 admin_email='admin@example.org',
5 origin_server='ns.example.org',
8 for rev in ['10.1.0.0/16', '10.2.0.0/16', 'fd12:3456:789a::/48']:
9 rz = nsc.add_zone(reverse_for=rev)
10 rz[""].NS(['ns1.example.org', 'ns2.example.org'])
12 nsc.add_zone('example.net', follow_primary='10.42.0.1')
14 import example.example_org