# customDNS **Repository Path**: attacker/customDNS ## Basic Information - **Project Name**: customDNS - **Description**: bind dns - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-23 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # customDNS #### 介绍 bind dns ### 下载 cd /var/named & git clone git@gitee.com:attacker/customDNS.git ### 启动 ```bash chown named.named /var/named/customDNS -R \cp /var/named/customDNS/named.conf /etc/ systemctl enable named && systemctl restart named ```