Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
testing/ | H | 24-Jun-2021 | - | 210 | 153 | |
Makefile | H A D | 24-Jun-2021 | 1.7 KiB | 34 | 18 | |
README | H A D | 24-Jun-2021 | 309 | 10 | 6 | |
dlz_perl_callback.xs | H A D | 24-Jun-2021 | 1.4 KiB | 76 | 45 | |
dlz_perl_callback_clientinfo.xs | H A D | 24-Jun-2021 | 2.4 KiB | 82 | 45 | |
dlz_perl_driver.c | H A D | 24-Jun-2021 | 18.2 KiB | 748 | 525 | |
dlz_perl_driver.h | H A D | 24-Jun-2021 | 1.1 KiB | 27 | 5 |
README
1BIND 9 DLZ Perl module (bind-dlz-tools) 2 3Written by John Eaglesham <dns@8192.net> 4 5A dynamically loadable zone (DLZ) plugin embedding a Perl 6interpreter in BIND, allowing Perl scripts to be written to 7integrate with BIND and serve DNS data. 8 9More information/updates at http://bind-dlz-tools.sourceforge.net/ 10