![[dns-server] Centos7 bind install](https://i0.wp.com/blog.crois.net/wp-content/uploads/2017/12/centos-img.png?resize=360%2C119&ssl=1)
[dns-server] Centos7 bind install
DNS Server BIND Open Source DNS Server CentOS7 으로 Test 를 진행 하였습니다. bind 설치 [root@centos74 ~]# yum install bind-* bind 설정 [root@centos74 ~]# vi /etc/named.conf options { listen-on port 53 { any; }; 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"; allow-query { any; };... » read more