options {
          directory "/var/named";
          // query-source port 53;
  };
  zone "." {
          type hint;
          file "root.hints";
  };
  zone "0.0.127.in-addr.arpa" {
          type master;
          file "pz/127.0.0";
  };
