# # Configuration for check.cgi # (c) 1999--2001 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 #push @INC, "/home/mj/perl/lib/site_perl"; $version = "1.3"; $rev_date = "16-06-01"; $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 :)