crabmessage / 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

  • cd /root && git clone https://github.com/zyqf/DNS.git && cd DNS && python install.py

Midway will appear the following prompt , enter the public network ip

  • Please enter your vps ip (*.*.*.*):

#Update file rpz.zone

  • crontab -e

  • 00 02 * * * python /root/DNS/bin/update.py

  • 00 03 * * * service named restart

#thanks list

About

PandaDNS - Build your own DNS server quickly !

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

License:Other


Languages

Language:Python 63.4%Language:Shell 36.6%