Total Pageviews

Monday 21 October 2019

dns解析服务器程序-SimpleDnsServer


一个简单的dns服务器脚本,修改域名的NS记录,将域名Dns解析到自己的服务器,修改DOMAININFO,实现域名解析
This is a simple dns server programe.Change your domain's NS to your server and DOMAININFO in the programe.Running....

from https://github.com/mrlzh/SimpleDnsServer
------

Very simple cached DNS server I made as university project.
Entry point - dnsServer.py
Author's email: gskryachko@gmail.com

Runs dns server on port 53.
You can set ip of base DNS in config.json
Works with requests of type A,AAAA, NS, CNAME
 
from https://github.com/GSKryachko/SimpleDnsServer