[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.39.183: ~ $
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// See the BIND Administrator's Reference Manual (ARM) for details about the
// configuration located in /usr/share/doc/bind-{version}/Bv9ARM.html

options {
	listen-on port 53 { 127.0.0.1; };
	listen-on-v6 port 53 { ::1; };
	directory 	"/var/named";
	dump-file 	"/var/named/data/cache_dump.db";
	statistics-file "/var/named/data/named_stats.txt";
	memstatistics-file "/var/named/data/named_mem_stats.txt";
	recursing-file  "/var/named/data/named.recursing";
	secroots-file   "/var/named/data/named.secroots";
	allow-query     { localhost; };

	/* 
	 - If you are building an AUTHORITATIVE DNS server, do NOT enable recursion.
	 - If you are building a RECURSIVE (caching) DNS server, you need to enable 
	   recursion. 
	 - If your recursive DNS server has a public IP address, you MUST enable access 
	   control to limit queries to your legitimate users. Failing to do so will
	   cause your server to become part of large scale DNS amplification 
	   attacks. Implementing BCP38 within your network would greatly
	   reduce such attack surface 
	*/
	recursion yes;

	dnssec-enable yes;
	dnssec-validation yes;

	/* Path to ISC DLV key */
	bindkeys-file "/etc/named.root.key";

	managed-keys-directory "/var/named/dynamic";

	pid-file "/run/named/named.pid";
	session-keyfile "/run/named/session.key";
};

logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};

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

include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";


Filemanager

Name Type Size Permission Actions
sample Folder 0755
Bv9ARM.ch01.html File 26.11 KB 0644
Bv9ARM.ch02.html File 7.18 KB 0644
Bv9ARM.ch03.html File 30.38 KB 0644
Bv9ARM.ch04.html File 129.65 KB 0644
Bv9ARM.ch05.html File 6.29 KB 0644
Bv9ARM.ch06.html File 684.15 KB 0644
Bv9ARM.ch07.html File 19.56 KB 0644
Bv9ARM.ch08.html File 6.32 KB 0644
Bv9ARM.ch09.html File 10.27 KB 0644
Bv9ARM.ch10.html File 6.92 KB 0644
Bv9ARM.ch11.html File 53.24 KB 0644
Bv9ARM.ch12.html File 20.45 KB 0644
Bv9ARM.ch13.html File 9.88 KB 0644
Bv9ARM.html File 29.71 KB 0644
Bv9ARM.pdf File 1.24 MB 0644
CHANGES File 528.76 KB 0644
README File 22.46 KB 0644
isc-logo.pdf File 281.24 KB 0644
man.arpaname.html File 3.01 KB 0644
man.ddns-confgen.html File 9.49 KB 0644
man.delv.html File 23.87 KB 0644
man.dig.html File 40.63 KB 0644
man.dnssec-checkds.html File 5.35 KB 0644
man.dnssec-coverage.html File 11.35 KB 0644
man.dnssec-dsfromkey.html File 9.68 KB 0644
man.dnssec-importkey.html File 9.58 KB 0644
man.dnssec-keyfromlabel.html File 19.12 KB 0644
man.dnssec-keygen.html File 22.31 KB 0644
man.dnssec-keymgr.html File 15.15 KB 0644
man.dnssec-revoke.html File 5.62 KB 0644
man.dnssec-settime.html File 14.55 KB 0644
man.dnssec-signzone.html File 30.69 KB 0644
man.dnssec-verify.html File 7.43 KB 0644
man.dnstap-read.html File 4.39 KB 0644
man.genrandom.html File 4.13 KB 0644
man.host.html File 12.74 KB 0644
man.isc-hmac-fixup.html File 4.6 KB 0644
man.lwresd.html File 12.45 KB 0644
man.mdig.html File 23.18 KB 0644
man.named-checkconf.html File 6.77 KB 0644
man.named-checkzone.html File 20.21 KB 0644
man.named-journalprint.html File 4.2 KB 0644
man.named-nzd2nzf.html File 3.86 KB 0644
man.named-rrchecker.html File 4.21 KB 0644
man.named.conf.html File 73.42 KB 0644
man.named.html File 19.07 KB 0644
man.nsec3hash.html File 4.17 KB 0644
man.nslookup.html File 14.49 KB 0644
man.nsupdate.html File 28.11 KB 0644
man.pkcs11-destroy.html File 5.57 KB 0644
man.pkcs11-keygen.html File 7.13 KB 0644
man.pkcs11-list.html File 5.46 KB 0644
man.pkcs11-tokens.html File 3.73 KB 0644
man.rndc-confgen.html File 11.48 KB 0644
man.rndc.conf.html File 10.17 KB 0644
man.rndc.html File 39.89 KB 0644
named.conf.default File 1.76 KB 0644
notes.html File 7.31 KB 0644
notes.pdf File 50.96 KB 0644