fangzhengjin / DNS

PandaDNS - Build your own DNS server quickly !

Home Page:https://bbs.sspanda.com/t/dns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE

  • 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

Install (root required)

(rehl series only, redhat/centos/fedora which uses YUM)

  • wget https://raw.githubusercontent.com/zyqf/DNS/master-rpz/qinstall.sh --no-check-certificate && bash qinstall.sh

No need to manually input IP address now :)

#Update file rpz.zone

Centos系统将自动执行任务,Ubuntu暂未测试,如不自动执行请按照下方手动添加

  • crontab -e

  • 0 2 * * * python /root/DNS/bin/update.py

  • 0 3 * * * service named restart

#thanks list

About

PandaDNS - Build your own DNS server quickly !

https://bbs.sspanda.com/t/dns

License:Other


Languages

Language:Python 66.0%Language:Shell 34.0%