Help for this page

Select Code to Download


  1. or download this
    local $/=undef;
    open(F, "named.conf") || die $!;
    ...
       $zonedata=~s/$1//;
       #write out..
       }
    
  2. or download this
    zone "foobar.com" {
       type master;
       file "named.foobar.com";
    };