robdns

A fast DNS server based on C10M principles

  • 所有者: robertdavidgraham/robdns
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

robdns: infrastructure DNS server

This is a fast super-slave DNS server, designed to be constantly attacked
on the public Internet. The intent is to shield master servers that are
hidden behind firewalls. The key feature is a built-in custom TCP/IP stack
capable of handling millions of DNS queries-per-second per CPU core.

Currently, this tool is in a prototype stage. It parses records and
responds to queries on port 53, but it's missing key features such
as dynamic updates.

Building

The only dependency is libpcap-dev (or WinPcap).

Just type make to build the software on Linux, Mac OS X, and Windows
(MinGW).

The included XCode4 and VS10 projects should also work on Mac and
Windows respectively.

Running

The easiest way to test the server is to run on the comman-line with one
or more DNS zone-files, like so:

# robdns example.zone

This will start listening on the any IP address (v4 and v6) on port 53.
Zone-files are in the standard format, with a filename ending in .zone,
and starting with an SOA record.

To test that it's running, you can use the normal dig command.

$ dig chaos txt version.bind @localhost +short

You should get back the version string of robdns/1.

However, the above example is the slow way of running the software.
The intended use is to bypass the kernel's network stack using special
drivers like PF_RING. To run in this faster mode, install the drivers
and run with a command like the following:

# robdns example.zone dna0 192.168.1.222

In this example, the server will use it's own user-mode TCP/IP stack
instead. Currently, this benchmarks to about 1-million packets-per-second
for each CPU core.

Feature status

The following RR types have been implemented:

SOA, NS,
A, AAAA, PTR, CNAME,
SSHFP, LOC, TXT, SRV, SPF, HINFO, MX,
DNSKEY, NSEC, NSEC3, NSEC3PARAM, RRSIG, DS, TLSA,
EDNS0,

The following interfaces are supported:
sockets, libpcap, PF_RING

Authors

This tool created by Robert Graham:
email: robert_david_graham@yahoo.com
twitter: @ErrataRob

主要指标

概览
名称与所有者robertdavidgraham/robdns
主编程语言C
编程语言C (语言数: 4)
平台
许可证
所有者活动
创建于2013-09-23 03:21:03
推送于2015-12-09 21:33:12
最后一次提交2015-12-09 16:32:55
发布数0
用户参与
星数609
关注者数38
派生数88
提交数61
已启用问题?
问题数10
打开的问题数9
拉请求数0
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?