Current File : //etc/named.conf
options {
    /* make named use port 53 for the source of all queries, to allow
         * firewalls to block all ports except 53:
         */

    // query-source    port 53;

    /* We no longer enable this by default as the dns posion exploit
        has forced many providers to open up their firewalls a bit */

    // Put files that named is allowed to write in the data/ directory:
    directory                "/var/named"; // the default
    pid-file                 "/var/run/named/named.pid";
    dump-file                "data/cache_dump.db";
    statistics-file          "data/named_stats.txt";
   /* memstatistics-file     "data/named_mem_stats.txt"; */
    allow-transfer {"none";};
};

logging {
/*      If you want to enable debugging, eg. using the 'rndc trace' command,
 *      named will try to write the 'named.run' file in the $directory (/var/named").
 *      By default, SELinux policy does not allow named to modify the /var/named" directory,
 *      so put the default debug log file in data/ :
 */
	channel default_debug {
            file "data/named.run" versions 5 size 128M;
            print-time yes;
            print-severity yes;
            print-category yes;
            severity warning;
	};
	category default { default_debug; };
	category general { default_debug; };
};

zone "." IN {
	type hint;
	file "/var/named/named.ca";
};

/* these are zones that contain definitions for all the localhost
 * names and addresses, as recommended in RFC1912 - these names should
 * ONLY be served to localhost clients:
 */
include "/var/named/named.rfc1912.zones";


	


zone "aifintech.in" { type master; file "/var/named/aifintech.in.zone"; };

zone "auradealshub.com" { type master; file "/var/named/auradealshub.com.zone"; };

zone "avconexpoarchitects.com" { type master; file "/var/named/avconexpoarchitects.com.zone"; };

zone "avconexpoarchitects.in" { type master; file "/var/named/avconexpoarchitects.in.zone"; };

zone "crm.vprotectindia.com" { type master; file "/var/named/crm.vprotectindia.com.zone"; };

zone "inlinguanewdelhi.in" { type master; file "/var/named/inlinguanewdelhi.in.zone"; };

zone "miltechin.com" { type master; file "/var/named/miltechin.com.zone"; };

zone "sensoriumpsychologists.com" { type master; file "/var/named/sensoriumpsychologists.com.zone"; };

zone "srv562724.hstgr.cloud" { type master; file "/var/named/srv562724.hstgr.cloud.zone"; };

include "/var/named/sync.zones";