# # Configuration for check.cgi # (c) 1999--2007 Martin Mares # # This file is just a piece of Perl code imported during # initialization of the check.cgi script, so you can do here # any Perl magic you wish here. # # Path to the CGI module #use lib "/home2/mj/perl/local/share/perl"; $version = "1.4.3"; $rev_date = "27-04-07"; $admin_email = "mj\@ucw.cz"; $admin_ref = "Martin Mares"; $author_email = "mj\@ucw.cz"; $author_ref = "Martin Mares"; #$secondary_ns = "server1.gts.cz"; # Comment out if you wish to disable the secondary DNS request fields #$secondary_ns_ip = "194.213.32.2"; #$secondaries_to = "mj\@ucw.cz"; # Where to send secondary zone requests #$need_submitter = 1; # The Submitter field is mandatory #$sec_ns_addr_space = /^$/; # For secondary requests, hexadecimal IP address of NS must match this. 1; # To make file loading successful :)