Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print "#" if m/^zone "\Q$targetdomain\E" {/ .. m/^}/;
        print;
    }
    
  2. or download this
    zone "dontchangethisdomain.com" {
    type master;
    ...
    file "/other/path/to/leavethisalonetoo.com";
    notify yes;
    }