HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/bind/named.conf.options
options {
        allow-transfer {
                none;
        };
        allow-update {
                none;
        };
        directory "/var/named";
        forward first;
        recursion yes;
        allow-new-zones yes;
        listen-on-v6 {
                none;
        };
//        managed-keys-directory "/var/named/dynamic";
        allow-query {
                any;
        };
        allow-recursion {
                localhost;
                localnets;
        };
        forwarders {
                8.8.8.8;
                8.8.4.4;
        };
        listen-on {
                any;
        };
//       bindkeys-file "/etc/named.iscdlv.key";
	bindkeys-file "/etc/bind/bind.key";
};