The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::DNS::Create::Bind - TinyDNS (djbdns) backend for Net::DNS::Create

SYNOPSIS

 use Net::DNS::Create qw(Tiny), default_ttl => "1h";

 domain "example.com", { %records };

 master "data";

DESCRIPTION

You should never use Net::DNS::Create::Tiny directly. Instead pass "Tiny" to Net::DNS::Create in the "use" line.

OPTIONS

Net::DNS::Create::Tiny has no specific options.

MASTER PARAMETERS

 master "filename";
filename

The file name for the configuration data. Most likely, 'data'.

SEE ALSO

The TinyDNS (djbdns) Home Page

Net::DNS::Create

The Net::DNS::Create Home Page

AUTHOR

David Caldwell <david@porkrind.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2014 by David Caldwell

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.