- Your VPS must be in China
- Only support Centos 6.7 64 or Ubuntu
- You need remove old bind version RUN
yum remove bind*
###If you want to install on docker,please read Install with docker
wget https://raw.githubusercontent.com/zyqf/DNS/master-rpz/qinstall.sh --no-check-certificate && bash qinstall.sh
#Update file rpz.zone
Centos系统将自动执行任务,Ubuntu暂未测试,如不自动执行请按照下方手动添加
-
crontab -e
-
0 2 * * * python /root/DNS/bin/update.py
-
0 3 * * * service named restart
#thanks list