step01. BIND9 설치 및 서비스 확인sudo apt updatesudo apt install bind9 bind9utils bind9-doc dnsutilssudo systemctl enable --now named.servicesudo systemctl status bind9 step02. 캐싱 전용 DNS 서버 구축 (Caching-only DNS Server)■ forwareders 섹션 내용 추가 후, 검증 및 재시작root@:~# vi /etc/bind/named.conf.options... forwarders { 8.8.8.8; // Google Public DNS 1.1.1.1; // Cloudflare DNS ..